Class ToolbarCustomization

  • All Implemented Interfaces:
    java.io.Serializable

    public final class ToolbarCustomization
    extends Customization
    implements java.io.Serializable
    The ToolbarCustomization class provides methods to pass ToolbarCustomization parameters to the 3DS SDK.
    See Also:
    Serialized Form
    • Constructor Detail

      • ToolbarCustomization

        public ToolbarCustomization()
        Constructor.
    • Method Detail

      • getHeaderText

        public java.lang.String getHeaderText()
        Provides value for header text.
        Returns:
        String
      • setHeaderText

        public void setHeaderText​(java.lang.String headerText)
                           throws InvalidInputException
        Parameters:
        headerText - String
        Throws:
        InvalidInputException - if headerText doesn't have a valid value.
      • getButtonText

        public java.lang.String getButtonText()
        Provides value for button text.
        Returns:
        String
      • setButtonText

        public void setButtonText​(java.lang.String buttonText)
                           throws InvalidInputException
        Parameters:
        buttonText - String
        Throws:
        InvalidInputException - if buttonText doesn't have a valid value.
      • getBackgroundColor

        public java.lang.String getBackgroundColor()
        Provides value for background color.
        Returns:
        String
      • setBackgroundColor

        public void setBackgroundColor​(java.lang.String hexColorCode)
                                throws InvalidInputException
        Parameters:
        hexColorCode - String in hexadecimal format, example: #999999
        Throws:
        InvalidInputException - if invalid value is passed.