UserStyleSetting.Id


public final class UserStyleSetting.Id


Machine readable identifier for UserStyleSettings. The length of this identifier may not exceed MAX_LENGTH.

Summary

Constants

static final int

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

Public constructors

Id(@NonNull String value)

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

Public methods

boolean
equals(Object other)

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

final @NonNull String

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.

@NonNull String

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

Constants

MAX_LENGTH

public static final int MAX_LENGTH = 40

Maximum length of the value field.

Public constructors

Id

Added in 1.0.0
Deprecated in 1.3.0-alpha07
public Id(@NonNull String value)

Public methods

equals

public boolean equals(Object other)

getValue

Added in 1.0.0
Deprecated in 1.3.0-alpha07
public final @NonNull String getValue()

hashCode

public int hashCode()

toString

public @NonNull String toString()