Class ViewCustomization

  • All Implemented Interfaces:
    java.io.Serializable

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

      • ViewCustomization

        public ViewCustomization()
    • Method Detail

      • setChallengeViewBackgroundColor

        public void setChallengeViewBackgroundColor​(java.lang.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 java.lang.String getChallengeViewBackgroundColor()
        Provides the background color for the Challenge View.
        Returns:
        String
      • setProgressViewBackgroundColor

        public void setProgressViewBackgroundColor​(java.lang.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 java.lang.String getProgressViewBackgroundColor()
        Provides the background color for the ProgressView.
        Returns:
        String