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.view.model.staff
Package-level
declarations
Types
Types
Staff
Link copied to clipboard
android
data
class
Staff
(
val
id
:
Int
,
val
name
:
String
,
val
shopName
:
String
,
val
labelId
:
Int
,
val
labelName
:
String
,
val
height
:
Int
?
,
val
staffImageURL
:
String
?
,
val
profile
:
String
,
val
sns
:
List
<
SNSItemTyped
>
,
var
isFavorite
:
Boolean
)
Staff
Ids
Data
Link copied to clipboard
android
data
class
StaffIdsData
(
val
idList
:
List
<
Int
>
,
val
totalCount
:
Int
)
Staff
Item
Link copied to clipboard
android
data
class
StaffItem
(
val
uid
:
String
,
val
id
:
Int
,
val
name
:
String
,
val
shopName
:
String
,
val
labelName
:
String
,
val
height
:
Int
?
,
val
staffImageURL
:
String
?
,
val
isFavorite
:
Boolean
,
val
labelId
:
Int
)
Staff
Item
Ui
State
Link copied to clipboard
android
data
class
StaffItemUiState
(
val
staffItem
:
StaffItem
,
val
isFavoriteLoading
:
Boolean
)
Staffs
Result
Link copied to clipboard
android
data
class
StaffsResult
(
val
totalCount
:
Int
,
val
staffs
:
List
<
StaffItem
>
)
Staff
Ui
State
Link copied to clipboard
android
data
class
StaffUiState
(
val
staff
:
Staff
,
val
isFavoriteLoading
:
Boolean
)