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
/
BrandStaffsBlockViewModel
Brand
Staffs
Block
View
Model
android
class
BrandStaffsBlockViewModel
(
ssAppViewModel
:
SSAppViewModel
,
conditions
:
BrandStaffsBlockConditions
)
:
ViewModel
,
CanFavoriteStaff
(
source
)
Members
Constructors
Brand
Staffs
Block
View
Model
Link copied to clipboard
android
constructor
(
ssAppViewModel
:
SSAppViewModel
,
conditions
:
BrandStaffsBlockConditions
)
Properties
staff
Ids
Data
Link copied to clipboard
android
val
staffIdsData
:
StateFlow
<
Result
<
StaffIdsData
>
?
>
Functions
add
Closeable
Link copied to clipboard
android
open
fun
addCloseable
(
closeable
:
AutoCloseable
)
fun
addCloseable
(
key
:
String
,
closeable
:
AutoCloseable
)
add
Favorite
Staff
Link copied to clipboard
android
open
override
fun
addFavoriteStaff
(
userId
:
Int
,
consumerUserCode
:
String
)
get
Closeable
Link copied to clipboard
android
fun
<
T
:
AutoCloseable
>
getCloseable
(
key
:
String
)
:
T
?
reload
Link copied to clipboard
android
fun
reload
(
)
remove
Favorite
Staff
Link copied to clipboard
android
open
override
fun
removeFavoriteStaff
(
userId
:
Int
,
consumerUserCode
:
String
)