Toolbox
Toggle table of contents
android
common
notAndroid
Target filter
android
common
notAndroid
Switch theme
Search in API
Skip to content
Toolbox
coil
/
com.michaelflisar.toolbox.coil.utils
/
FetcherUtil
Fetcher
Util
object
FetcherUtil
Members
Members & Extensions
Functions
fetch
Url
Catch
Errors
Link copied to clipboard
suspend
fun
fetchUrlCatchErrors
(
imageLoader
:
ImageLoader
,
options
:
Options
,
url
:
String
)
:
FetchResult
?
get
Bitmap
Link copied to clipboard
android
common
notAndroid
actual
fun
FetcherUtil
.
getBitmap
(
result
:
FetchResult
)
:
Bitmap
expect
fun
FetcherUtil
.
getBitmap
(
result
:
FetchResult
)
:
Bitmap
actual
fun
FetcherUtil
.
getBitmap
(
result
:
FetchResult
)
:
Bitmap
get
Image
Link copied to clipboard
fun
getImage
(
options
:
Options
,
result
:
FetchResult
?
,
transform
:
(
Bitmap
)
->
Bitmap
=
{ it }
)
:
Image
?