Zamok Kiosk API
    Preparing search index...
    sessionMaxLengthTimerCountdown: PayloadAC<
        "SESSION_MAX_LENGTH_TIMER_COUNTDOWN",
        number,
    > = ...

    Dispatch to display a "Session Max Length" countdown dialog to the user

    Payload is number of seconds left in the countdown Be sure to begin the countdown with enough time left for the user to respond

    {
    type: 'SESSION_MAX_LENGTH_TIMER_COUNTDOWN,
    payload: 30 // seconds
    }