-
public interface Fetcher.Factory<T extends Object>
-
-
Method Summary
-
-
Method Detail
-
create
abstract Fetcher create(T data, Options options, ImageLoader imageLoader)
Return a Fetcher that can fetch data or 'null' if this factory cannot create a fetcher for the data.
- Parameters:
data- The data to fetch.options- A set of configuration options for this request.imageLoader- The ImageLoader that's executing this request.
-
-
-
-