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
/
LabelRecommendedSnapPlaysBlockViewModel
Label
Recommended
Snap
Plays
Block
View
Model
android
class
LabelRecommendedSnapPlaysBlockViewModel
(
labelId
:
Int
)
:
ViewModel
(
source
)
Members
Constructors
Label
Recommended
Snap
Plays
Block
View
Model
Link copied to clipboard
android
constructor
(
labelId
:
Int
)
Properties
snap
Plays
Result
Link copied to clipboard
android
val
snapPlaysResult
:
StateFlow
<
Result
<
SnapPlayData
>
?
>
Functions
add
Closeable
Link copied to clipboard
android
open
fun
addCloseable
(
closeable
:
AutoCloseable
)
fun
addCloseable
(
key
:
String
,
closeable
:
AutoCloseable
)
fetch
Snap
Plays
Again
Link copied to clipboard
android
fun
fetchSnapPlaysAgain
(
)
get
Closeable
Link copied to clipboard
android
fun
<
T
:
AutoCloseable
>
getCloseable
(
key
:
String
)
:
T
?