toggle menu
Airship Android SDK
androidJvm
switch theme
search in API
urbanairship-core
/
com.urbanairship.analytics
/
AirshipEventData
Airship
Event
Data
class
AirshipEventData
(
val
id
:
String
,
val
sessionId
:
String
,
var
body
:
JsonValue
,
val
type
:
EventType
,
val
timeMs
:
Long
)
Airship event data.
Members
Constructors
Airship
Event
Data
Link copied to clipboard
constructor
(
id
:
String
,
sessionId
:
String
,
body
:
JsonValue
,
type
:
EventType
,
timeMs
:
Long
)
Properties
body
Link copied to clipboard
var
body
:
JsonValue
Event body
id
Link copied to clipboard
val
id
:
String
Event Id
session
Id
Link copied to clipboard
val
sessionId
:
String
Session Id
time
Ms
Link copied to clipboard
val
timeMs
:
Long
Time in milliseconds.
type
Link copied to clipboard
val
type
:
EventType
Event type
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String