Represents the event when SDK gets shutdown. This event payload will be passed as a parameter to the registered eventHandler that will be invoked by SDK on shutdown.

interface SdkShutdown {
    eventDate: Date;
    reason?: ShutdownReason;
    sessionId: string;
}

Hierarchy (view full)

Properties

eventDate: Date

The date-time when the event was generated by SDK

The reason for ending the customers client session.

UNKNOWN
sessionId: string

The unique 36 character internal id that represents the session.