GlideFutures
Utilities for getting ListenableFutures out of Glide.
Types
Functions
Link copied to clipboard
open fun <T> submitAndExecute( requestManager: RequestManager, requestBuilder: RequestBuilder<T>, action: GlideFutures.ResourceConsumer<T>, executor: Executor): ListenableFuture<Void>
Content copied to clipboard
Submits the provided request, performs the provided
action
and returns a that can be used to cancel the request or monitor its status.