UserStyleFlavors


class UserStyleFlavors


Collection of watch face flavors, represented by UserStyleFlavor class.

use Watch Face Format instead

Summary

Public constructors

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

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

Public functions

open operator Boolean
equals(other: Any?)

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

open Int

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

open String

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

Public properties

List<UserStyleFlavor>

This property 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
UserStyleFlavors()

Constructs empty flavors collection.

UserStyleFlavors

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

List of flavors.

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

flavors

Added in 1.2.0
Deprecated in 1.3.0-alpha06
val flavorsList<UserStyleFlavor>

List of flavors.