toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.utils
/
DataStoreHelper
/
Account
Account
data
class
Account
(
val
keyIndex
:
Int
,
val
name
:
String
,
val
customImage
:
String
?
=
null
,
val
defaultImageIndex
:
Int
,
val
lockPin
:
String
?
=
null
)
(
source
)
Members
Constructors
Account
Link copied to clipboard
constructor
(
keyIndex
:
Int
,
name
:
String
,
customImage
:
String
?
=
null
,
defaultImageIndex
:
Int
,
lockPin
:
String
?
=
null
)
Properties
custom
Image
Link copied to clipboard
val
customImage
:
String
?
=
null
default
Image
Index
Link copied to clipboard
val
defaultImageIndex
:
Int
image
Link copied to clipboard
val
image
:
UiImage
key
Index
Link copied to clipboard
val
keyIndex
:
Int
lock
Pin
Link copied to clipboard
val
lockPin
:
String
?
=
null
name
Link copied to clipboard
val
name
:
String