UserStyleFlavors


public final class UserStyleFlavors


Collection of watch face flavors, represented by UserStyleFlavor class.

use Watch Face Format instead

Summary

Public constructors

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

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 List<@NonNull UserStyleFlavor>

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.

Public constructors

UserStyleFlavors

Added in 1.2.0
Deprecated in 1.3.0-alpha06
public UserStyleFlavors()

Constructs empty flavors collection.

UserStyleFlavors

Added in 1.2.0
Deprecated in 1.3.0-alpha06
public UserStyleFlavors(@NonNull List<@NonNull UserStyleFlavor> flavors)
Parameters
@NonNull List<@NonNull UserStyleFlavor> flavors

List of flavors.

Public methods

equals

public boolean equals(Object other)

getFlavors

Added in 1.2.0
Deprecated in 1.3.0-alpha06
public final @NonNull List<@NonNull UserStyleFlavorgetFlavors()

List of flavors.

hashCode

public int hashCode()

toString

public @NonNull String toString()