RequestCoordinator
An interface for coordinating multiple requests with the same .
To avoid deadlock, implemenations must not call into individual Requests to determine their state (ie do not call isCleared or isRunning etc). Instead use RequestState and the various methods available on this interface and Request to track states manually.
Types
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
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.