RenderParameters.HighlightedElement.UserStyle


class RenderParameters.HighlightedElement.UserStyle : RenderParameters.HighlightedElement


A UserStyleSetting to highlight. E.g. for a setting that controls watch hands, the location of the hands should be highlighted.

Summary

Public constructors

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.

Public properties

UserStyleSetting.Id

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

Public constructors

UserStyle

Added in 1.0.0
Deprecated in 1.3.0-alpha06
UserStyle(id: UserStyleSetting.Id)
Parameters
id: UserStyleSetting.Id

The UserStyleSetting.Id of the UserStyleSetting to highlight.

Public functions

equals

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

hashCode

open fun hashCode(): Int

Public properties

id

Added in 1.0.0
Deprecated in 1.3.0-alpha06
val idUserStyleSetting.Id

The UserStyleSetting.Id of the UserStyleSetting to highlight.