BlazeStoryPlayerLastUpdateTextStyle - React Native
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, color, size (Android), text case, and visibility.
- Content language (title, description, subtitle, CTA): set translations in the CMS. See Text localization.
- Last-update label: not a localizable CMS field. See Text localization and What is not localized.
Properties
font
font?: BlazeFont = { ... }fontName used by iOS, fontFileName used by android.
textColor
textColor?: string //Hex RGBAThe color of the text in Hex.
textSize
textSize: number //Android onlyThe size of the text.
textCase
textCase: BlazeTextCaseThe case of the text.
isVisible
isVisible?: booleanA flag indicates whether the it is visible.
Initialization
interface BlazeStoryPlayerLastUpdateTextStyle {
font?: BlazeFont;
textColor?: string;
textSize?: number;
textCase?: BlazeTextCase;
isVisible?: boolean;
}Updated 11 days ago
Did this page help you?
