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: IntThe background color of the follow chip button.
iconColor
@ColorInt var iconColor: IntThe 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.
| Value | Description |
|---|---|
| ICON | Display an icon in the follow chip. Can be used for a more compact representation. |
| TEXT | Display 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. |
Updated about 2 months ago
Did this page help you?
