UserStyleSetting.LongRangeUserStyleSetting.LongRangeOption


public final class UserStyleSetting.LongRangeUserStyleSetting.LongRangeOption extends UserStyleSetting.Option


Represents an option a Long in the range minimumValue .. maximumValue.

Summary

Public constructors

LongRangeOption(long value)

This method is deprecated. AndroidX watchface libraries are deprecated, use Watch Face Format instead.

Public methods

final long

This method is deprecated. AndroidX watchface libraries are deprecated, use Watch Face Format instead.

@NonNull String

This method is deprecated. AndroidX watchface libraries are deprecated, use Watch Face Format instead.

Inherited methods

From androidx.wear.watchface.style.UserStyleSetting.Option
boolean
equals(Object other)

This method is deprecated. AndroidX watchface libraries are deprecated, use Watch Face Format instead.

final @NonNull Collection<@NonNull UserStyleSetting>

This method is deprecated. AndroidX watchface libraries are deprecated, use Watch Face Format instead.

final @NonNull UserStyleSetting.Option.Id

This method is deprecated. AndroidX watchface libraries are deprecated, use Watch Face Format instead.

int

This method is deprecated. AndroidX watchface libraries are deprecated, use Watch Face Format instead.

Public constructors

LongRangeOption

Added in 1.0.0
Deprecated in 1.3.0-alpha06
public LongRangeOption(long value)

Constructs a LongRangeOption.

Parameters
long value

The value of this LongRangeOption

Public methods

getValue

Added in 1.0.0
Deprecated in 1.3.0-alpha06
public final long getValue()

toString

public @NonNull String toString()