interface SDKShutdown {
    eventDate: Date;
    reason?: ShutdownReason;
}

Hierarchy (view full)

Properties

Properties

eventDate: Date

Timestamp of the event occurrence.

Reason for SDK Shutdown.