staffstart-android-sdk
Toggle table of contents
android
Platform filter
android
Switch theme
Search in API
staffstart-android-sdk
staffstart-app
/
com.vanish.standard.staffstart.app.viewmodel
/
UserNewArrivalSnapPlayItemsBlockViewModel
User
New
Arrival
Snap
Play
Items
Block
View
Model
android
class
UserNewArrivalSnapPlayItemsBlockViewModel
(
userId
:
Int
,
ssAppViewModel
:
SSAppViewModel
)
:
ViewModel
(
source
)
Members
Constructors
User
New
Arrival
Snap
Play
Items
Block
View
Model
Link copied to clipboard
android
constructor
(
userId
:
Int
,
ssAppViewModel
:
SSAppViewModel
)
Properties
snap
Play
Ids
Result
Link copied to clipboard
android
val
snapPlayIdsResult
:
StateFlow
<
Result
<
SnapPlayIdsData
>
?
>
Functions
add
Closeable
Link copied to clipboard
android
open
fun
addCloseable
(
closeable
:
AutoCloseable
)
fun
addCloseable
(
key
:
String
,
closeable
:
AutoCloseable
)
get
Closeable
Link copied to clipboard
android
fun
<
T
:
AutoCloseable
>
getCloseable
(
key
:
String
)
:
T
?
reload
Link copied to clipboard
android
fun
reload
(
)