GuidesAPI ReferenceRelease Notes
HomeLog InHome
Guides

BlazeMomentsPlayerChipStyle - Android

The BlazeMomentsPlayerChipStyle class represents the style of a chip used in a moment.

Properties

padding

var padding: BlazeInsets

The padding for the title within the chip.

text

var text: String

The text displayed on the chip.

textColor

var textColor: Int

The color of the text.

backgroundColor

var backgroundColor: Int

The background color of the chip.

isVisible

var isVisible: Boolean

A flag indicates whether the chip is visible.


Did this page help you?