Class ScreenCustomization

  • All Implemented Interfaces:
    java.io.Serializable

    
    public final class ScreenCustomization
    extends Customization
                        

    This class provides methods for the App to pass screen customization parameters to the 3DS SDK.

    Created by Ran Haveshush on 04/10/2018.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String getStatusBarColor()
      void setStatusBarColor(String hexColorCode) Sets the color of the statue bar.
      String getBackgroundColor()
      void setBackgroundColor(String hexColorCode) Sets the background color of the challenge Activity.
      • Methods inherited from class com.adyen.threeds2.customization.Customization

        getTextColor, getTextFontName, getTextFontSize, parseHexColorCode, parseTypeface, setTextColor, setTextFontName, setTextFontSize
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ScreenCustomization

        ScreenCustomization()