| java.lang.Object | |
| ↳ | com.facebook.drawee.backends.volley.VolleyDraweeControllerBuilderSupplier |
Supplier of Volley Drawee controller builders.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| VolleyDraweeControllerBuilderSupplier(Context context, ImageLoader imageLoader) | |||||||||||
| VolleyDraweeControllerBuilderSupplier(Context context, ImageLoader imageLoader, Set<ControllerListener> boundControllerListeners) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| VolleyDraweeControllerBuilder |
get()
Retrieves an instance of the appropriate type.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.facebook.common.internal.Supplier
| |||||||||||
Retrieves an instance of the appropriate type. The returned object may or may not be a new instance, depending on the implementation.