AirshipEventData

class AirshipEventData(val id: String, val sessionId: String, var body: JsonValue, val type: EventType, val timeMs: Long)

Airship event data.

Constructors

Link copied to clipboard
constructor(id: String, sessionId: String, body: JsonValue, type: EventType, timeMs: Long)

Properties

Link copied to clipboard

Event body

Link copied to clipboard
val id: String

Event Id

Link copied to clipboard

Session Id

Link copied to clipboard

Time in milliseconds.

Link copied to clipboard

Event type

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String