Option
Kotlin
|Java
abstract class Option
kotlin.Any | |
↳ | androidx.wear.watchface.style.UserStyleSetting.Option |
Represents a choice within a style setting.
Summary
Public constructors | |
---|---|
Represents a choice within a style setting. |
Public methods | |
---|---|
abstract OptionWireFormat |
Companion functions | |
---|---|
UserStyleSetting.Option |
createFromWireFormat(wireFormat: OptionWireFormat) |
Properties | |
---|---|
String |
Identifier for the option, must be unique within the UserStyleSetting. |
Public constructors
Public methods
toWireFormat
abstract fun toWireFormat(): OptionWireFormat
Properties
Companion functions
createFromWireFormat
fun createFromWireFormat(wireFormat: OptionWireFormat): UserStyleSetting.Option