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
Package-level
declarations
Types
Functions
Types
Base
Product
Snap
Plays
Block
View
Model
Link copied to clipboard
android
class
BaseProductSnapPlaysBlockViewModel
:
ViewModel
Label
Recommended
Snap
Plays
Block
View
Model
Link copied to clipboard
android
class
LabelRecommendedSnapPlaysBlockViewModel
(
labelId
:
Int
)
:
ViewModel
Snap
Play
Detail
View
Model
Link copied to clipboard
android
class
SnapPlayDetailViewModel
:
ViewModel
Snap
Play
List
View
Model
Link copied to clipboard
android
class
SnapPlayListViewModel
:
ViewModel
SSApp
View
Model
Link copied to clipboard
android
class
SSAppViewModel
:
ViewModel
Staff
Data
Link copied to clipboard
android
data
class
StaffData
(
val
list
:
List
<
StaffListItem
>
,
val
totalCount
:
Int
)
Staff
Detail
View
Model
Link copied to clipboard
android
class
StaffDetailViewModel
:
ViewModel
Staff
List
View
Model
Link copied to clipboard
android
class
StaffListViewModel
:
ViewModel
User
New
Arrival
Snap
Plays
Block
View
Model
Link copied to clipboard
android
class
UserNewArrivalSnapPlaysBlockViewModel
:
ViewModel
User
Recommended
Snap
Plays
Block
View
Model
Link copied to clipboard
android
class
UserRecommendedSnapPlaysBlockViewModel
:
ViewModel
Functions
provide
SSApp
View
Model
Link copied to clipboard
android
@
Composable
fun
provideSSAppViewModel
(
)
:
SSAppViewModel
SSApp
Provider
Link copied to clipboard
android
@
Composable
fun
SSAppProvider
(
content
:
@
Composable
(
)
->
Unit
)