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

Public properties

String

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

Public constructors

DataOrigin

Added in 1.1.0-alpha07
DataOrigin(packageName: String)

Public functions

equals

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

hashCode

open fun hashCode(): Int

Public properties

packageName

Added in 1.1.0-alpha07
val packageNameString

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