toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.ui
/
StateViewModel
State
View
Model
class
StateViewModel
:
ViewModel
(
source
)
Members
Constructors
State
View
Model
Link copied to clipboard
constructor
(
)
Properties
layout
Manager
States
Link copied to clipboard
val
layoutManagerStates
:
HashMap
<
Int
,
HashMap
<
Int
,
Any
?
>
>
Functions
add
Closeable
Link copied to clipboard
open
fun
addCloseable
(
closeable
:
AutoCloseable
)
fun
addCloseable
(
key
:
String
,
closeable
:
AutoCloseable
)
get
Closeable
Link copied to clipboard
fun
<
T
:
AutoCloseable
>
getCloseable
(
key
:
String
)
:
T
?