RetryPolicy
The RetryPolicy is used to determine if and when a network request can be retried.
See also
Inheritors
Types
Link copied to clipboard
DoNotRetry signifies that this request cannot be safely retried.
Link copied to clipboard
RetryAfterDelay signifies that this request can safely be retried, but only after a given time interval, provided in milliseconds.
Link copied to clipboard
RetryAfterEvent signifies that there is an event that can be used to trigger retrying the network request.