Represents the SDK event that will be send as a parameter when event handler of the client/module will be invoked.

interface SdkEvent {
    eventDate: Date;
    sessionId: string;
}

Hierarchy (view full)

Properties

Properties

eventDate: Date

The date-time when the event was generated by SDK

sessionId: string

The unique 36 character internal id that represents the session.