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

Parameters

constructor(id: String, url: URL, refreshInterval: TimeFrame, errorCooldownBaseInterval: TimeFrame? = null)

Parameters

id

The identifier of this refresher. This is used as the key for reading/writing the results to/from

url

The remote location to retrieve an updated version from

refreshInterval

How often to fetch a new version of the resource

errorCooldownBaseInterval

The base interval to increment as a backoff when failures occur during refreshes.

Generated by Dokka
(c) Tealium 2026