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
<T> void
apply(T model, GenericRequestBuilder<T,?,?,?> requestBuilder)
          Allows the implementor to apply some options to the given request.
 

Method Detail

apply

<T> void apply(T model,
               GenericRequestBuilder<T,?,?,?> requestBuilder)
Allows the implementor to apply some options to the given request.

Type Parameters:
T - The type of the model.
Parameters:
model - The model that is being loaded.
requestBuilder - The request builder being used to construct the load.