FetcherUtil

Functions

Link copied to clipboard
suspend fun fetchUrlCatchErrors(imageLoader: ImageLoader, options: Options, url: String): FetchResult?
Link copied to clipboard
actual fun FetcherUtil.getBitmap(result: FetchResult): Bitmap
expect fun FetcherUtil.getBitmap(result: FetchResult): Bitmap
actual fun FetcherUtil.getBitmap(result: FetchResult): Bitmap
Link copied to clipboard
fun getImage(options: Options, result: FetchResult?, transform: (Bitmap) -> Bitmap = { it }): Image?