Class SelectionItemCustomization

  • All Implemented Interfaces:
    java.io.Serializable

    
    public final class SelectionItemCustomization
    extends Customization
                        

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

    Created by Ran Haveshush on 01/10/2018.

    • Constructor Detail

      • SelectionItemCustomization

        SelectionItemCustomization()
    • Method Detail

      • setSelectionIndicatorTintColor

         void setSelectionIndicatorTintColor(String hexColorCode)

        Sets the tint color of the selection indicator.

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

         void setHighlightedBackgroundColor(String hexColorCode)

        Sets the highlighted background color of the selection item.

        Parameters:
        hexColorCode - String represents the color code in Hex format.
      • 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 selection items.

      • setBorderWidth

         void setBorderWidth(int borderWidth)

        Sets the width of the border between the selection items.

        Parameters:
        borderWidth - The width of the border.