onRetry

abstract fun onRetry(retriesAttempted: Int)

Determine whether a request should or should not be retried.

Parameters

attempts

The number of times the current request has been attempted.