GuidesAPI ReferenceRelease Notes
HomeLog InHome
Guides

BlazeVideosPlayerHeadingTextStyle - Android

The BlazeVideosPlayerHeadingTextStyle class represents the style of the heading text used in a video.

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: BlazeVideosPlayerHeadingTextStyle.BlazeContentSource

The source value of the heading text.

maxLines

var maxLines: Int

An Int representing the number of max lines for the heading text.

BlazeVideosPlayerHeadingTextStyle.BlazeContentSource

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

Did this page help you?