com.bumptech.glide
Interface RequestManager.DefaultOptions
- Enclosing class:
- RequestManager
public static interface RequestManager.DefaultOptions
An interface that allows a default set of options to be applied to all requests started from an
RequestManager.
|
Method Summary |
|
apply(GenericRequestBuilder<T,?,?,?> requestBuilder)
Allows the implementor to apply some options to the given request. |
apply
<T> void apply(GenericRequestBuilder<T,?,?,?> requestBuilder)
- Allows the implementor to apply some options to the given request.
- Type Parameters:
T - The type of the model.- Parameters:
requestBuilder - The request builder being used to construct the load.