Const
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} Copy
{ type: 'SESSION_MAX_LENGTH_TIMER_COUNTDOWN, payload: 30 // seconds}
Dispatch to display a "Session Max Length" countdown dialog to the user