fetch

abstract suspend fun fetch(pool: BitmapPool, data: T, size: Size, options: Options): FetchResult

Load the data into memory. Perform any necessary fetching operations.

Parameters

pool

A BitmapPool which can be used to request Bitmap instances.

data

The data to load.

size

The requested dimensions for the image.

options

A set of configuration options for this request.