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.
- Content language (title, description, subtitle, CTA): set translations in the CMS and pass the viewer language with
setPreferredLanguage. - Last-update label: not a localizable CMS field and not controlled by
setPreferredLanguage. See Text localization and What is not localized.
Properties
fontResId
@FontRes var fontResId: Int?A resource id representing the path of the font.
textSize
var textSize: FloatThe size of the text.
textColor
var textColor: IntThe color of the text.
textCase
var textCase: BlazeTextCaseThe text case of the text .
isVisible
var isVisible: BooleanA flag indicates whether the title is visible.
Updated 11 days ago
Did this page help you?
