Target filter
Search Kotlin docs
  • Platforms
  • Tealium Prism Kotlin
core/com.tealium.prism.core.api.network/CooldownHelper/updateStatus

updateStatus

fun updateStatus(status: CooldownHelper.CooldownStatus)

Used to notify the CooldownHelper of the latest status.

status values that are CooldownStatus.Failure will potentially increase the cooldown according to the maxInterval and errorBaseInterval

status values that are CooldownStatus.Success will reset the cooldown.

Generated by Dokka
(c) Tealium 2026