public static enum SecureInputBuilderV2.UiControlFocusState extends java.lang.Enum<SecureInputBuilderV2.UiControlFocusState>
| Enum Constant and Description | 
|---|
FOCUSED
Focus state of the secure keypad UI control. 
 | 
UNFOCUSED
Unfocus state of the secure keypad UI control. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static SecureInputBuilderV2.UiControlFocusState | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static SecureInputBuilderV2.UiControlFocusState[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final SecureInputBuilderV2.UiControlFocusState FOCUSED
public static final SecureInputBuilderV2.UiControlFocusState UNFOCUSED
public static SecureInputBuilderV2.UiControlFocusState[] values()
for (SecureInputBuilderV2.UiControlFocusState c : SecureInputBuilderV2.UiControlFocusState.values()) System.out.println(c);
public static SecureInputBuilderV2.UiControlFocusState 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