Observer

interface Observer

Functions

Link copied to clipboard
abstract fun onError(error: BackOff.BackoffError)
Link copied to clipboard
abstract fun onRetry(retriesAttempted: Int)

Determine whether a request should or should not be retried.