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
/
SnapPlayDetailViewModel
Snap
Play
Detail
View
Model
android
class
SnapPlayDetailViewModel
:
ViewModel
(
source
)
Members
Constructors
Snap
Play
Detail
View
Model
Link copied to clipboard
android
constructor
(
)
Properties
is
Already
Called
Tracking
Link copied to clipboard
android
val
isAlreadyCalledTracking
:
StateFlow
<
Boolean
>
snap
Play
Detail
Result
Link copied to clipboard
android
val
snapPlayDetailResult
:
StateFlow
<
Result
<
SnapPlayDetail
?
>
?
>
Functions
add
Closeable
Link copied to clipboard
android
open
fun
addCloseable
(
closeable
:
AutoCloseable
)
fun
addCloseable
(
key
:
String
,
closeable
:
AutoCloseable
)
fetch
Snap
Play
Detail
Again
Link copied to clipboard
android
fun
fetchSnapPlayDetailAgain
(
snapPlayId
:
Int
)
fetch
Snap
Play
Detail
By
If
Needed
Link copied to clipboard
android
fun
fetchSnapPlayDetailByIfNeeded
(
snapPlayId
:
Int
)
get
Closeable
Link copied to clipboard
android
fun
<
T
:
AutoCloseable
>
getCloseable
(
key
:
String
)
:
T
?
tracking
Page
If
Needed
Link copied to clipboard
android
fun
trackingPageIfNeeded
(
snapPlayId
:
Int
)