Status

class Status<T : Any>

A per-status ID wrapper to perform all status queries

Parameters

T

Status data type

See also

Functions

Link copied to clipboard
suspend fun getValue(): Result<T>

Get the current status value

Link copied to clipboard
suspend fun registerValueUpdate(): Result<Flow<T>>

Register for status value updates