SSAppViewModel

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val labelsResult: StateFlow<Result<List<Label>>?>

Functions

Link copied to clipboard
open fun addCloseable(closeable: AutoCloseable)
fun addCloseable(key: String, closeable: AutoCloseable)
Link copied to clipboard
suspend fun fetchLabels()
Link copied to clipboard
Link copied to clipboard
fun getLabels(labelIds: Set<Int>): List<Label>