InAppFormsConfig

constructor(sessionTimeoutDuration: Duration = DEFAULT_SESSION_TIMEOUT)

Parameters

sessionTimeoutDuration

Duration of user inactivity after which the form session is terminated. Defaults to 1 Hour, must be non-negative. Use 0 to timeout as soon as the app is backgrounded. To disable session timeout altogether, use Duration.INFINITE