Dispatch when a new kiosk user session has started.
Type Declaration
():{payload:number;type:"SESSION_START"}
Returns {payload:number;type:"SESSION_START"}
Remarks
Payload is a Unix timestamp of when the session started.
This action emits automatically when a new kiosk user session starts.
You likely don't need to dispatch this action yourself.
Dispatch when a new kiosk user session has started.