KindlyEvent
public struct KindlyEvent
Main event structure emitted by the Kindly SDK
-
The type of event
Declaration
Swift
public let type: KindlyEventType -
The event details
Declaration
Swift
public let detail: KindlyEventDetail -
Timestamp when the event was emitted
Declaration
Swift
public let timestamp: Date -
Undocumented
Declaration
Swift
public init(type: KindlyEventType, detail: KindlyEventDetail)
View on GitHub