IDLE_GRACE_TIMEOUT
The duration (in seconds) before the SDK, in an 'IDLE' state, ceases to fetch the latest events.
The countdown is halted if the user session triggers any activity. Upon the expiration of this duration, the SDK will stop fetching the latest events. To resume fetching the latest events, either the sendMessage
method or the AxpMessaging.reconnect
method needs to be invoked.
This key is specific to the messaging module.
The minimum permissible value for this duration is 30 seconds. The maximum permissible value for this duration is 300 seconds.
If not explicitly set, the default value for this duration is 30 seconds.