Class ViewCustomization
java.lang.Object
com.netcetera.threeds.sdk.api.ui.logic.ViewCustomization
- All Implemented Interfaces:
Serializable
Provides methods to pass customization parameters for the Challenge View and Progress View to the 3DS SDK.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionProvides the background color for the Challenge View.Provides the background color for theProgressView.voidsetChallengeViewBackgroundColor(String hexColorCode) Sets the background color for the Challenge View.voidsetProgressViewBackgroundColor(String hexColorCode) Sets the background color for theProgressView.
-
Constructor Details
-
ViewCustomization
public ViewCustomization()
-
-
Method Details
-
setChallengeViewBackgroundColor
Sets the background color for the Challenge View.- Parameters:
hexColorCode- hex value of the color in the format: #333333- Throws:
InvalidInputException- is thrown when invalid input is provided.
-
getChallengeViewBackgroundColor
Provides the background color for the Challenge View.- Returns:
String
-
setProgressViewBackgroundColor
Sets the background color for theProgressView. Note. This only applies to theProgressViewdisplayed during the Frictionless Flow. TheProgressViewdisplayed during the Challenge Flow is mandated by EVMCo to be transparent.- Parameters:
hexColorCode- hex value of the color in the format: #333333- Throws:
InvalidInputException- is thrown when invalid input is provided.
-
getProgressViewBackgroundColor
Provides the background color for theProgressView.- Returns:
String
-