BlazeMomentsPlayerHeadingTextStyle - Android
The BlazeMomentsPlayerHeadingTextStyle class represents the style of the heading text used in a moment.
Properties
fontResId
@FontRes var fontResId: Int?A resource id representing the path of the font of the heading text.
textSize
var textSize: FloatThe size of the heading text.
textColor
var textColor: IntThe color of the heading text.
isVisible
var isVisible: BooleanThe visibility of the heading text.
contentSource
var contentSource: BlazeMomentsPlayerHeadingTextStyle.BlazeContentSourceThe source value of the heading text.
BlazeMomentsPlayerHeadingTextStyle.BlazeContentSource
The BlazeMomentsPlayerHeadingTextStyle.BlazeContentSource enum is used to define the source of the content to be populated from.
| Value | Description |
|---|---|
| TITLE | Heading text will be populated from the the title |
| SUBTITLE | Heading text will be populated from the the subtitle |
Updated 11 days ago
Did this page help you?
