ErrorRequestCoordinator
Runs a single primary Request until it completes and then a fallback error request only if the single primary request fails.
Constructors
Link copied to clipboard
open fun ErrorRequestCoordinator(requestLock: Any, parent: RequestCoordinator)
Content copied to clipboard
Functions
Link copied to clipboard
Returns
true
if the Request can clear the .Link copied to clipboard
Returns true if the Request can display a placeholder.
Link copied to clipboard
Returns true if the Request can display a loaded bitmap.
Link copied to clipboard
Returns the top most parent
RequestCoordinator
.Link copied to clipboard
Returns true if any coordinated Request has successfully completed.
Link copied to clipboard
Returns true if the request has completed successfully.
Link copied to clipboard
Link copied to clipboard
Must be called when a Request coordinated by this object fails.
Link copied to clipboard
Must be called when a Request coordinated by this object completes successfully.
Link copied to clipboard