java.lang.Object | |
↳ | com.facebook.drawee.components.RetryManager |
Manages retries for an image.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
RetryManager() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
void |
init()
Initializes component to its initial state.
| ||||||||||
boolean | isTapToRetryEnabled() | ||||||||||
static RetryManager | newInstance() | ||||||||||
void | notifyTapToRetry() | ||||||||||
void |
reset()
Resets component.
| ||||||||||
void | setMaxTapToRetryAttemps(int maxTapToRetryAttemps) | ||||||||||
void | setTapToRetryEnabled(boolean tapToRetryEnabled) | ||||||||||
boolean | shouldRetryOnTap() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Initializes component to its initial state.
Resets component. This will reset the number of attempts.