toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.utils
/
UserPreferenceDelegate
User
Preference
Delegate
class
UserPreferenceDelegate
<
T
:
Any
>
(
key
:
String
,
default
:
T
)
(
source
)
Members
Constructors
User
Preference
Delegate
Link copied to clipboard
constructor
(
key
:
String
,
default
:
T
)
Functions
get
Value
Link copied to clipboard
operator
fun
getValue
(
self
:
Any
?
,
property
:
KProperty
<
*
>
)
:
T
set
Value
Link copied to clipboard
operator
fun
setValue
(
self
:
Any
?
,
property
:
KProperty
<
*
>
,
t
:
T
?
)