KindlyEvent

data class KindlyEvent(val type: KindlyEventType, val detail: KindlyEventDetail, val timestamp: Date = Date())

Main event structure emitted by the Kindly SDK

Constructors

Link copied to clipboard
constructor(type: KindlyEventType, detail: KindlyEventDetail, timestamp: Date = Date())

Properties

Link copied to clipboard

The event details

Link copied to clipboard

Timestamp when the event was emitted

Link copied to clipboard

The type of event