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
/
BaseProductSnapPlaysBlockViewModel
Base
Product
Snap
Plays
Block
View
Model
android
class
BaseProductSnapPlaysBlockViewModel
:
ViewModel
(
source
)
Members
Constructors
Base
Product
Snap
Plays
Block
View
Model
Link copied to clipboard
android
constructor
(
)
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
If
Needed
Link copied to clipboard
android
fun
fetchSnapPlaysIfNeeded
(
baseProductCode
:
String
?
)
get
Closeable
Link copied to clipboard
android
fun
<
T
:
AutoCloseable
>
getCloseable
(
key
:
String
)
:
T
?