toggle menu
player
androidJvm
switch theme
search in API
player
/
video.api.player.utils
/
RequestManager
Request
Manager
object
RequestManager
Members
Functions
get
Image
Link copied to clipboard
fun
getImage
(
url
:
String
,
maxWidth
:
Int
,
maxHeight
:
Int
,
scaleType
:
ImageView.ScaleType
,
onSuccess
:
(
Bitmap
)
->
Unit
,
onError
:
(
Exception
)
->
Unit
)
get
Session
Token
Link copied to clipboard
fun
getSessionToken
(
url
:
String
,
videoType
:
VideoType
,
onSuccess
:
(
String
?
)
->
Unit
,
onError
:
(
Exception
)
->
Unit
)