App-Support > healthstack.app.viewmodel > SleepSessionStatusViewModel

SleepSessionStatusViewModel

[androidJvm]
object SleepSessionStatusViewModel : HealthStatusViewModel

Functions

Name Summary
addCloseable

[androidJvm]
open fun addCloseable(@NonNullp0: Closeable)

clear

[androidJvm]
@MainThread
fun clear()

getTag

[androidJvm]
open fun <T : Any> getTag(p0: String): T

onCleared

[androidJvm]
open fun onCleared()

setTagIfAbsent

[androidJvm]
open fun <T : Any> setTagIfAbsent(p0: String, p1: T): T

Properties

Name Summary
healthState

[androidJvm]
val healthState: StateFlow<HealthState>

lifecycle

[androidJvm]
var lifecycle: Lifecycle.Event