class DataOrigin


Specifies the original source of any Record: application that inserted it and device on which the data was generated.

Summary

Public constructors

DataOrigin(packageName: String)

Public functions

open operator Boolean
equals(other: Any?)
open Int
open String

Public properties

String

auto-populated by Health Platform at insertion time of the client package name.

Public constructors

DataOrigin

Added in 1.1.0-alpha08
DataOrigin(packageName: String)

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

packageName

Added in 1.1.0-alpha08
val packageNameString

auto-populated by Health Platform at insertion time of the client package name.