BooleanOption
Kotlin
|Java
class BooleanOption : UserStyleSetting.Option
kotlin.Any | ||
↳ | androidx.wear.watchface.style.UserStyleSetting.Option | |
↳ | androidx.wear.watchface.style.UserStyleSetting.BooleanUserStyleSetting.BooleanOption |
Represents a true or false option in the BooleanUserStyleSetting.
Summary
Public constructors | |
---|---|
Public methods | |
---|---|
BooleanOptionWireFormat |
Properties | |
---|---|
Boolean |
Inherited properties | |
---|---|
Public constructors
<init>
BooleanOption(value: Boolean)
Public methods
toWireFormat
fun toWireFormat(): BooleanOptionWireFormat
Properties
value
val value: Boolean