PollingConfigBuilder

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard
var dispatcher: CoroutineDispatcher
Link copied to clipboard
var fetch: suspend () -> PollingResult<T>?
Link copied to clipboard
Link copied to clipboard
var onAttempt: (attempt: Int, delayMs: Long?) -> Unit
Link copied to clipboard
var onComplete: (attempts: Int, durationMs: Long, outcome: PollingOutcome<T>) -> Unit
Link copied to clipboard
var onResult: (attempt: Int, result: PollingResult<T>) -> Unit
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard