Event

open class Event

Constructors

Link copied to clipboard
open fun Event(    id: String,     recordedAt: String,     eventType: String,     data: EventData)

Functions

Link copied to clipboard
open fun equals(@Nullable obj: Any): Boolean
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun toString(): String

Properties

Link copied to clipboard
val ACTIVITY_TYPE: String
Link copied to clipboard
@SerializedName(value = "data")
val data: EventData
Link copied to clipboard
val HEALTH_TYPE: String
Link copied to clipboard
val id: String
Link copied to clipboard
val LOCATION_TYPE: String
Link copied to clipboard
@SerializedName(value = "recorded_at")
val recordedAt: String
Link copied to clipboard
@SerializedName(value = "type")
val type: String

Extensions

Link copied to clipboard
fun Event.toShortString(): String