Class ViewCustomization

java.lang.Object
com.netcetera.threeds.sdk.api.ui.logic.ViewCustomization
All Implemented Interfaces:
Serializable

public class ViewCustomization extends Object implements Serializable
Provides methods to pass customization parameters for the Challenge View and Progress View to the 3DS SDK.
See Also:
  • Constructor Details

    • ViewCustomization

      public ViewCustomization()
  • Method Details

    • setChallengeViewBackgroundColor

      public void setChallengeViewBackgroundColor(String hexColorCode) throws InvalidInputException
      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

      public String getChallengeViewBackgroundColor()
      Provides the background color for the Challenge View.
      Returns:
      String
    • setProgressViewBackgroundColor

      public void setProgressViewBackgroundColor(String hexColorCode) throws InvalidInputException
      Sets the background color for the ProgressView. Note. This only applies to the ProgressView displayed during the Frictionless Flow. The ProgressView displayed 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

      public String getProgressViewBackgroundColor()
      Provides the background color for the ProgressView.
      Returns:
      String