RetryContext

class RetryContext(val networkMonitor: NetworkMonitor?, val request: ApolloRequest<*>)

The retry context of this request.

Constructors

Link copied to clipboard
constructor(networkMonitor: NetworkMonitor?, request: ApolloRequest<*>)

Properties

Link copied to clipboard

The attempt number, starting from 0

Link copied to clipboard
Link copied to clipboard

The request that needs to be retried

Link copied to clipboard

The last response that was seen

Functions

Link copied to clipboard

Reset the value of attempt