ExternallyLoadedImageDecoder.BitmapResolver


public interface ExternallyLoadedImageDecoder.BitmapResolver


The resolver that resolves an external image request to a Bitmap.

Summary

Public methods

abstract ListenableFuture<Bitmap>

Returns a ListenableFuture for the Bitmap referenced by the given .

Public methods

resolve

abstract ListenableFuture<Bitmapresolve(ExternallyLoadedImageDecoder.ExternalImageRequest request)

Returns a ListenableFuture for the Bitmap referenced by the given .

Returns
ListenableFuture<Bitmap>

A ListenableFuture returning the Bitmap for the request.