Class LabelCustomization
java.lang.Object
com.netcetera.threeds.sdk.api.ui.logic.Customization
com.netcetera.threeds.sdk.api.ui.logic.LabelCustomization
- All Implemented Interfaces:
Serializable
Provides methods for passing LabelCustomization parameters to the 3DS SDK.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.This is no longer supported since EMVCo Specification 2.3.1.Provides the value for the heading text color.Provides the value for heading text font name.intProvides the value for heading text font size is SP.voidsetHeadingDarkTextColor(String hexColorCode) Deprecated.This is no longer supported since EMVCo Specification 2.3.1.voidsetHeadingTextColor(String hexColorCode) Sets the color of the heading label text.voidsetHeadingTextFontName(String headingTextFontName) voidsetHeadingTextFontSize(int headingTextFontSize) Sets the font size of the heading label text in SP.Methods inherited from class com.netcetera.threeds.sdk.api.ui.logic.Customization
getDarkTextColor, getTextColor, getTextFontName, getTextFontSize, setDarkTextColor, setTextColor, setTextFontName, setTextFontSize
-
Constructor Details
-
LabelCustomization
public LabelCustomization()Constructor.
-
-
Method Details
-
getHeadingTextColor
Provides the value for the heading text color.- Returns:
String
-
setHeadingTextColor
Sets the color of the heading label text.- Parameters:
hexColorCode-Stringshould be hexadecimal format, example: #999999- Throws:
InvalidInputException- if invalid input is provided.
-
getHeadingTextFontName
Provides the value for heading text font name.- Returns:
String
-
setHeadingTextFontName
- Parameters:
headingTextFontName-String- Throws:
InvalidInputException- if invalid input is provided.
-
getHeadingTextFontSize
public int getHeadingTextFontSize()Provides the value for heading text font size is SP.- Returns:
- int value of text font size
-
setHeadingTextFontSize
Sets the font size of the heading label text in SP.- Parameters:
headingTextFontSize- int value of heading text font size in SP.- Throws:
InvalidInputException- if invalid input is provided.
-
getHeadingDarkTextColor
Deprecated.This is no longer supported since EMVCo Specification 2.3.1. UsegetHeadingTextColor()withUiCustomization.UiCustomizationType.DARKinstead.Provides the value for the dark heading text color.- Returns:
String
-
setHeadingDarkTextColor
Deprecated.This is no longer supported since EMVCo Specification 2.3.1. UsesetHeadingTextColor(String)withUiCustomization.UiCustomizationType.DARKinstead.Sets the dark color of the heading label text.- Parameters:
hexColorCode-Stringshould be hexadecimal format, example: #999999- Throws:
InvalidInputException- if invalid input is provided.
-