toggle menu
player
androidJvm
switch theme
search in API
player
/
video.api.player.utils
/
RequestManager
/
getImage
get
Image
fun
getImage
(
url
:
String
,
maxWidth
:
Int
,
maxHeight
:
Int
,
scaleType
:
ImageView.ScaleType
,
onSuccess
:
(
Bitmap
)
->
Unit
,
onError
:
(
Exception
)
->
Unit
)