toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.utils
/
DataStore
/
getKey
get
Key
fun
<
T
>
Context
.
getKey
(
path
:
String
,
valueType
:
Class
<
T
>
)
:
T
?
(
source
)
inline
fun
<
T
:
Any
>
Context
.
getKey
(
path
:
String
,
defVal
:
T
?
)
:
T
?
(
source
)
inline
fun
<
T
:
Any
>
Context
.
getKey
(
path
:
String
)
:
T
?
(
source
)
inline
fun
<
T
:
Any
>
Context
.
getKey
(
folder
:
String
,
path
:
String
)
:
T
?
(
source
)
inline
fun
<
T
:
Any
>
Context
.
getKey
(
folder
:
String
,
path
:
String
,
defVal
:
T
?
)
:
T
?
(
source
)