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
/
StaffDetailViewModel
Staff
Detail
View
Model
android
class
StaffDetailViewModel
:
ViewModel
(
source
)
Members
Constructors
Staff
Detail
View
Model
Link copied to clipboard
android
constructor
(
)
Properties
staff
Detail
Link copied to clipboard
android
val
staffDetail
:
StateFlow
<
Result
<
ViewStaffDetail
>
?
>
Functions
add
Closeable
Link copied to clipboard
android
open
fun
addCloseable
(
closeable
:
AutoCloseable
)
fun
addCloseable
(
key
:
String
,
closeable
:
AutoCloseable
)
fetch
Staff
Detail
Link copied to clipboard
android
fun
fetchStaffDetail
(
staffId
:
Int
)
fetch
View
Staff
Details
If
Needed
Link copied to clipboard
android
fun
fetchViewStaffDetailsIfNeeded
(
staffId
:
Int
)
get
Closeable
Link copied to clipboard
android
fun
<
T
:
AutoCloseable
>
getCloseable
(
key
:
String
)
:
T
?