SingleRequest
A Request that loads a com.bumptech.glide.load.engine.Resource into a given Target.
Parameters
<R>
The type of the resource that will be transcoded from the loaded resource.
Functions
Link copied to clipboard
Returns true if a resource is set, even if the request is not yet complete or the primary request has failed.
Link copied to clipboard
Returns true if the request has completed successfully.
Link copied to clipboard
Link copied to clipboard
open fun <R> obtain( context: Context, glideContext: GlideContext, requestLock: Any, model: Any, transcodeClass: Class<R>, requestOptions: BaseRequestOptions<out Any>, overrideWidth: Int, overrideHeight: Int, priority: Any, target: Target<R>, targetListener: RequestListener<R>, requestListeners: List<RequestListener<R>>, requestCoordinator: RequestCoordinator, engine: Engine, animationFactory: TransitionFactory<out Any>, callbackExecutor: Executor): SingleRequest<R>
Content copied to clipboard
Link copied to clipboard
A callback method that should never be invoked directly.
Link copied to clipboard
open fun onResourceReady( resource: Resource<out Any>, dataSource: DataSource, isLoadedFromAlternateCacheKey: Boolean)
Content copied to clipboard
A callback method that should never be invoked directly.
Link copied to clipboard
A callback method that should never be invoked directly.