hypertrack-sdk
hypertrack-sdk
/
com.hypertrack.sdk.models
/
Event
Event
open
class
Event
Content copied to clipboard
Constructors
Functions
Properties
Extensions
Constructors
Event
Link copied to clipboard
open
fun
Event
(
id
:
String
,
recordedAt
:
String
,
eventType
:
String
,
data
:
EventData
)
Content copied to clipboard
Functions
equals
Link copied to clipboard
open
fun
equals
(
@
Nullable
obj
:
Any
)
:
Boolean
Content copied to clipboard
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
Content copied to clipboard
to
String
Link copied to clipboard
@
NonNull
open
fun
toString
(
)
:
String
Content copied to clipboard
Properties
ACTIVITY_TYPE
Link copied to clipboard
val
ACTIVITY_TYPE
:
String
Content copied to clipboard
data
Link copied to clipboard
@
SerializedName
(
value
=
"data"
)
val
data
:
EventData
Content copied to clipboard
HEALTH_TYPE
Link copied to clipboard
val
HEALTH_TYPE
:
String
Content copied to clipboard
id
Link copied to clipboard
val
id
:
String
Content copied to clipboard
LOCATION_TYPE
Link copied to clipboard
val
LOCATION_TYPE
:
String
Content copied to clipboard
recordedAt
Link copied to clipboard
@
SerializedName
(
value
=
"recorded_at"
)
val
recordedAt
:
String
Content copied to clipboard
type
Link copied to clipboard
@
SerializedName
(
value
=
"type"
)
val
type
:
String
Content copied to clipboard
Extensions
to
Short
String
Link copied to clipboard
fun
Event
.
toShortString
(
)
:
String
Content copied to clipboard