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: 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: BlazeVideosPlayerHeadingTextStyle.BlazeContentSourceThe source value of the heading text.
maxLines
var maxLines: IntAn 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.
| Value | Description |
|---|---|
| TITLE | Heading text will be populated from the the title |
Updated 11 days ago
Did this page help you?
