Class TextCustomization
-
- All Implemented Interfaces:
public final class TextCustomization extends LabelCustomization
Use this class to customize the style of the text in the Navigation Bar used across 3DS1 and 3DS2 challenge screens, as well as the actual text displayed as the title.
-
-
Constructor Summary
Constructors Constructor Description TextCustomization(Integer textColor, Integer textFont, Integer text)
-
Method Summary
Modifier and Type Method Description IntegergetTextColor()UnitsetTextColor(Integer textColor)IntegergetTextFont()UnitsetTextFont(Integer textFont)final IntegergetText()final UnitsetText(Integer text)-
-
Method Detail
-
getTextColor
Integer getTextColor()
-
setTextColor
Unit setTextColor(Integer textColor)
- Parameters:
textColor- Text colour resource reference.
-
getTextFont
Integer getTextFont()
-
setTextFont
Unit setTextFont(Integer textFont)
- Parameters:
textFont- Text font resource reference.
-
-
-
-