ThumbnailRequestCoordinator
A coordinator that coordinates two individual Requests that load a small thumbnail version of an image and the full size version of the image at the same time.
Constructors
Link copied to clipboard
open fun ThumbnailRequestCoordinator(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 is the request loading the full size image and if neither the full nor the thumbnail image have completed successfully.
Link copied to clipboard
Returns true if the request is either the request loading the full size image or if the request loading the full size image has not yet completed.
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