GuidesAPI ReferenceRelease Notes
HomeLog InHome
Guides

BlazeStoryPlayerLastUpdateTextStyle - Android

The BlazeStoryPlayerLastUpdateTextStyle class represents the style of the last update text in the story.

Language and localization

BlazeStoryPlayerLastUpdateTextStyle does not change the language or wording of the last-update label. Use it only for appearance: font, size, color, text case, and visibility.

Properties

fontResId

@FontRes var fontResId: Int?

A resource id representing the path of the font.

textSize

var textSize: Float

The size of the text.

textColor

var textColor: Int

The color of the text.

textCase

var textCase: BlazeTextCase

The text case of the text .

isVisible

var isVisible: Boolean

A flag indicates whether the title is visible.


Did this page help you?