Cloudstream
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Cloudstream
App
/
com.lagradost.cloudstream3
/
CloudStreamApp
/
Companion
/
getKey
get
Key
inline
fun
<
T
:
Any
>
getKey
(
path
:
String
,
defVal
:
T
?
)
:
T
?
(
source
)
inline
fun
<
T
:
Any
>
getKey
(
path
:
String
)
:
T
?
(
source
)
inline
fun
<
T
:
Any
>
getKey
(
folder
:
String
,
path
:
String
)
:
T
?
(
source
)
inline
fun
<
T
:
Any
>
getKey
(
folder
:
String
,
path
:
String
,
defVal
:
T
?
)
:
T
?
(
source
)