Zamok Kiosk API
    Preparing search index...
    sessionMaxLengthRenew: () => { type: "SESSION_MAX_LENGTH_RENEW" } = ...

    Dispatch to renew the session "max length" timeout

    Type Declaration

      • (): { type: "SESSION_MAX_LENGTH_RENEW" }
      • Returns { type: "SESSION_MAX_LENGTH_RENEW" }

    For apps that have a maximum session length, this action can be dispatched to renew that timer.

    {
    type: 'SESSION_MAX_LENGTH_RENEW',
    }