toggle menu
BB Native Player SDK
common
switch theme
search in API
bbnativeshared
/
com.bluebillywig.bbnativeshared.data
/
ContentLoader
/
getObjectFromJsonUrl
get
Object
From
Json
Url
inline
fun
<
T
>
getObjectFromJsonUrl
(
jsonUrl
:
String
,
crossinline
onSuccess
:
(
retObject
:
T
)
->
Unit
,
crossinline
onFailure
:
(
<Error class: unknown class>
)
->
Unit
)