GuidesAPI ReferenceRelease Notes
HomeLog InHome
Guides

BlazeMomentsPlayerFollowEntityChipStyle

The BlazeMomentsPlayerFollowEntityChipStyle class represents the style configuration for the follow chip button in both followed and unfollowed states. This style provides flexibility for different states, supporting both icon and text content sources to accommodate different design preferences and use cases.

Properties

backgroundColor

@ColorInt var backgroundColor: Int

The background color of the follow chip button.

iconColor

@ColorInt var iconColor: Int

The color applied to the icon or text content within the chip.

contentSource

var contentSource: BlazeMomentsPlayerFollowEntityChipContentSource,

The content source for the chip. Can be either ICON or TEXT based on design requirements.

BlazeMomentsPlayerFollowEntityChipContentSource

Defines the content source options for the follow entity chip.

ValueDescription
ICONDisplay an icon in the follow chip. Can be used for a more compact representation.
TEXTDisplay text in the follow chip. Typically shows "Follow" text for clear user action indication. Note: This configuration is only effective in the unfollowed state. If TEXT is chosen for the followed state, ICON will be used instead to maintain consistent visual representation for followed entities.


Did this page help you?