DoubleRangeOption
Kotlin
|Java
class DoubleRangeOption : UserStyleSetting.Option
kotlin.Any | ||
↳ | androidx.wear.watchface.style.UserStyleSetting.Option | |
↳ | androidx.wear.watchface.style.UserStyleSetting.DoubleRangeUserStyleSetting.DoubleRangeOption |
Represents an option as a Double in the range minimumValue..maximumValue.
Summary
Public constructors | |
---|---|
Public methods | |
---|---|
DoubleRangeOptionWireFormat |
Properties | |
---|---|
Double |
Inherited properties | |
---|---|
Public constructors
<init>
DoubleRangeOption(value: Double)
Public methods
toWireFormat
fun toWireFormat(): DoubleRangeOptionWireFormat
Properties
value
val value: Double