BitmapDrawableDecoder
Decodes an android.graphics.drawable.BitmapDrawable for a data type.
Parameters
<DataType>
The type of data that will be decoded.
Constructors
Link copied to clipboard
open fun BitmapDrawableDecoder(context: Context, decoder: ResourceDecoder<DataType, Bitmap>)
Content copied to clipboard
Link copied to clipboard
Content copied to clipboard
Link copied to clipboard
open fun BitmapDrawableDecoder(resources: Resources, decoder: ResourceDecoder<DataType, Bitmap>)
Content copied to clipboard