Avaya Infinity Omni SDK
    Preparing search index...

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

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

    Hierarchy (View Summary)

    Index

    Properties

    eventDate: Date

    The date-time when the event was generated by Omni SDK

    The reason for ending the customers client session.

    UNKNOWN
    
    sessionId: string

    The unique 36 character internal id that represents the session.