Zamok Kiosk API
    Preparing search index...
    showSplashScreen: PayloadAC<"SHOW_SPLASH_SCREEN", boolean> = ...

    Dispatch to show or hide the session splash screen

    Payload is a boolean value to show or hide the session splash screen. The content for this splash screen may be edited in the Zamok Dashboard on the Settings > Session page.

    {
    type: 'SHOW_SPLASH_SCREEN',
    payload: true // or false
    }