AirshipEventData

class AirshipEventData(val id: String, val sessionId: String, var body: JsonValue, val type: EventType, val timestamp: Instant)(source)

Airship event data.

Constructors

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

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

The time the event occurred.

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