public static enum SecureInputBuilderV2.ButtonTouchVisual extends java.lang.Enum<SecureInputBuilderV2.ButtonTouchVisual>
Enum Constant and Description |
---|
HIGHLIGHT
The animation effect is highlight when user taps on the buttons
|
RIPPLE
The animation effect is ripple when user taps on the buttons
|
Modifier and Type | Method and Description |
---|---|
static SecureInputBuilderV2.ButtonTouchVisual |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SecureInputBuilderV2.ButtonTouchVisual[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SecureInputBuilderV2.ButtonTouchVisual HIGHLIGHT
public static final SecureInputBuilderV2.ButtonTouchVisual RIPPLE
public static SecureInputBuilderV2.ButtonTouchVisual[] values()
for (SecureInputBuilderV2.ButtonTouchVisual c : SecureInputBuilderV2.ButtonTouchVisual.values()) System.out.println(c);
public static SecureInputBuilderV2.ButtonTouchVisual valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null