GuidesAPI ReferenceRelease Notes
HomeLog InHome
Guides

BlazeMomentsPlayerBodyTextStyle - Android

The BlazeMomentsPlayerBodyTextStyle class represents the style of the body text used in a moment.

Properties

fontResId

@FontRes var fontResId: Int?

A resource id representing the path of the font of the body text.

textSize

var textSize: Float

The size of the body text.

textColor

var textColor: Int

The color of the body text.

isVisible

var isVisible: Boolean

The visibility of the body text.

contentSource

var contentSource: BlazeMomentsPlayerBodyTextStyle.BlazeContentSource

The source value of the body text.

BlazeMomentsPlayerBodyTextStyle.BlazeContentSource

The BlazeMomentsPlayerBodyTextStyle.BlazeContentSource enum is used to define the source of the content to be populated from.

ValueDescription
TITLEBody text will be populated from the the title
SUBTITLEBody text will be populated from the the subtitle
DESCRIPTIONBody text will be populated from the the description

Did this page help you?