Class ExpandableInfoCustomization

  • All Implemented Interfaces:
    java.io.Serializable

    
    public final class ExpandableInfoCustomization
    extends Customization
                        

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

    Created by Ran Haveshush on 01/10/2018.

    • Constructor Detail

      • ExpandableInfoCustomization

        ExpandableInfoCustomization()
    • Method Detail

      • setHeadingTextColor

         void setHeadingTextColor(String hexColorCode)

        Sets the heading text color.

        Parameters:
        hexColorCode - The color code in Hex format.
      • setHeadingTextFontName

         void setHeadingTextFontName(String fontName)

        Sets the heading text font type.

        Parameters:
        fontName - The heading text font type name.
      • setHeadingTextFontSize

         void setHeadingTextFontSize(int fontSize)

        Sets the heading text font size.

        Parameters:
        fontSize - The heading text font size.
      • setBorderColor

         void setBorderColor(String hexColorCode)

        Sets the color for the border.

        Parameters:
        hexColorCode - The color code in Hex format.
      • getBorderWidth

         int getBorderWidth()
        Returns:

        The width of the border between the heading text and the info text.

      • setBorderWidth

         void setBorderWidth(int borderWidth)

        Sets the width of the border between the heading text and the info text.

        Parameters:
        borderWidth - The width of the border.
      • setExpandStateIndicatorColor

         void setExpandStateIndicatorColor(String hexColorCode)

        Sets the color of the expand state indicator.

        Parameters:
        hexColorCode - The color code in Hex format.
      • setHighlightedBackgroundColor

         void setHighlightedBackgroundColor(String hexColorCode)

        Sets the highlighted background color of the heading.

        Parameters:
        hexColorCode - String represents the color code in Hex format.