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

RetryAfterDelay

class RetryAfterDelay(val interval: Long) : RetryPolicy

RetryAfterDelay signifies that this request can safely be retried, but only after a given time interval, provided in milliseconds.

Parameters

interval

The length of time in milliseconds to delay before retrying.

Constructors

RetryAfterDelay
Link copied to clipboard
constructor(interval: Long)

Properties

interval
Link copied to clipboard
val interval: Long

Functions

shouldRetry
Link copied to clipboard
open override fun shouldRetry(): Boolean

This method is used to determine whether or not the request should be retried

Generated by Dokka
(c) Tealium 2026