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
/
SSAppViewModel
SSApp
View
Model
android
class
SSAppViewModel
:
ViewModel
(
source
)
Members
Constructors
SSApp
View
Model
Link copied to clipboard
android
constructor
(
)
Properties
labels
Result
Link copied to clipboard
android
val
labelsResult
:
StateFlow
<
Result
<
List
<
Label
>
>
?
>
Functions
add
Closeable
Link copied to clipboard
android
open
fun
addCloseable
(
closeable
:
AutoCloseable
)
fun
addCloseable
(
key
:
String
,
closeable
:
AutoCloseable
)
fetch
Labels
Link copied to clipboard
android
suspend
fun
fetchLabels
(
)
get
Closeable
Link copied to clipboard
android
fun
<
T
:
AutoCloseable
>
getCloseable
(
key
:
String
)
:
T
?
get
Labels
Link copied to clipboard
android
fun
getLabels
(
labelIds
:
Set
<
Int
>
)
:
List
<
Label
>