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: FloatThe size of the body text.
textColor
var textColor: IntThe color of the body text.
isVisible
var isVisible: BooleanThe visibility of the body text.
contentSource
var contentSource: BlazeMomentsPlayerBodyTextStyle.BlazeContentSourceThe 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.
| Value | Description |
|---|---|
| TITLE | Body text will be populated from the the title |
| SUBTITLE | Body text will be populated from the the subtitle |
| DESCRIPTION | Body text will be populated from the the description |
Updated 11 days ago
Did this page help you?
