SystemState
Kotlin
|Java
class SystemState
kotlin.Any | |
↳ | androidx.wear.watchface.client.SystemState |
Describes the system state of the watch face.
Summary
Public constructors | |
---|---|
Describes the system state of the watch face. |
Properties | |
---|---|
Boolean |
Whether the device is is ambient mode or not. |
Int |
The current user interruption settings. |
Public constructors
<init>
SystemState(
inAmbientMode: Boolean,
interruptionFilter: Int)
Describes the system state of the watch face.