Target filter
Search Kotlin docs
  • Platforms
  • Tealium Prism Kotlin
core/com.tealium.prism.core.api.settings/CoreSettingsBuilder/setSessionTimeout

setSessionTimeout

fun setSessionTimeout(sessionTimeout: TimeFrame): CoreSettingsBuilder

Sets the session length. Sessions are extended upon each tracked event, so this sessionTimeout is the time of inactivity that needs to pass before a session is considered ended.

This value will be coerced to be between 5 seconds and 30 minutes.

Default: 5 minutes

Parameters

sessionTimeout

The length of time of inactivity before a session is ended.

Generated by Dokka
(c) Tealium 2026