toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3
/
AcraApplication
/
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
)