Enum BettingSettingsTextColor

  • All Implemented Interfaces:
    com.google.protobuf.Internal.EnumLite, java.io.Serializable, java.lang.Comparable<BettingSettingsTextColor>

    public enum BettingSettingsTextColor
    extends java.lang.Enum<BettingSettingsTextColor>
    implements com.google.protobuf.Internal.EnumLite
    Protobuf enum streamlayer.sdkSettings.BettingSettingsTextColor
    • Enum Constant Detail

      • BETTING_SETTINGS_TEXT_COLOR_UNSET

        public static final BettingSettingsTextColor BETTING_SETTINGS_TEXT_COLOR_UNSET
        BETTING_SETTINGS_TEXT_COLOR_UNSET = 0;
      • BETTING_SETTINGS_TEXT_COLOR_PRIMARY

        public static final BettingSettingsTextColor BETTING_SETTINGS_TEXT_COLOR_PRIMARY
        BETTING_SETTINGS_TEXT_COLOR_PRIMARY = 1;
      • BETTING_SETTINGS_TEXT_COLOR_GREY

        public static final BettingSettingsTextColor BETTING_SETTINGS_TEXT_COLOR_GREY
        BETTING_SETTINGS_TEXT_COLOR_GREY = 2;
      • BETTING_SETTINGS_TEXT_COLOR_CUSTOM

        public static final BettingSettingsTextColor BETTING_SETTINGS_TEXT_COLOR_CUSTOM
        BETTING_SETTINGS_TEXT_COLOR_CUSTOM = 3;
    • Field Detail

      • BETTING_SETTINGS_TEXT_COLOR_UNSET_VALUE

        public static final int BETTING_SETTINGS_TEXT_COLOR_UNSET_VALUE
        BETTING_SETTINGS_TEXT_COLOR_UNSET = 0;
        See Also:
        Constant Field Values
      • BETTING_SETTINGS_TEXT_COLOR_PRIMARY_VALUE

        public static final int BETTING_SETTINGS_TEXT_COLOR_PRIMARY_VALUE
        BETTING_SETTINGS_TEXT_COLOR_PRIMARY = 1;
        See Also:
        Constant Field Values
      • BETTING_SETTINGS_TEXT_COLOR_GREY_VALUE

        public static final int BETTING_SETTINGS_TEXT_COLOR_GREY_VALUE
        BETTING_SETTINGS_TEXT_COLOR_GREY = 2;
        See Also:
        Constant Field Values
      • BETTING_SETTINGS_TEXT_COLOR_CUSTOM_VALUE

        public static final int BETTING_SETTINGS_TEXT_COLOR_CUSTOM_VALUE
        BETTING_SETTINGS_TEXT_COLOR_CUSTOM = 3;
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static BettingSettingsTextColor[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (BettingSettingsTextColor c : BettingSettingsTextColor.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static BettingSettingsTextColor valueOf​(java.lang.String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • getNumber

        public final int getNumber()
        Specified by:
        getNumber in interface com.google.protobuf.Internal.EnumLite
      • valueOf

        @Deprecated
        public static BettingSettingsTextColor valueOf​(int value)
        Deprecated.
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        value - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • internalGetValueMap

        public static com.google.protobuf.Internal.EnumLiteMap<BettingSettingsTextColor> internalGetValueMap()
      • internalGetVerifier

        public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()