GuidesAPI ReferenceRelease Notes
HomeLog InHome
Guides

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: Float

The size of the heading text.

textColor

var textColor: Int

The color of the heading text.

isVisible

var isVisible: Boolean

The visibility of the heading text.

contentSource

var contentSource: BlazeMomentsPlayerHeadingTextStyle.BlazeContentSource

The 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.

ValueDescription
TITLEHeading text will be populated from the the title
SUBTITLEHeading text will be populated from the the subtitle



Did this page help you?