public static enum UpdateFlowBroadcastReceiver.Event extends java.lang.Enum<UpdateFlowBroadcastReceiver.Event>
Enum Constant and Description |
---|
ACCOUNT_UPDATE_COMPLETE |
CONFIRMATION_CODE_COMPLETE |
ERROR_CONFIRMATION_CODE |
ERROR_UPDATE |
RETRY |
RETRY_CONFIRMATION_CODE |
SENT_CODE |
SENT_CODE_COMPLETE |
UPDATE_START |
Modifier and Type | Method and Description |
---|---|
static UpdateFlowBroadcastReceiver.Event |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UpdateFlowBroadcastReceiver.Event[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UpdateFlowBroadcastReceiver.Event UPDATE_START
public static final UpdateFlowBroadcastReceiver.Event SENT_CODE
public static final UpdateFlowBroadcastReceiver.Event SENT_CODE_COMPLETE
public static final UpdateFlowBroadcastReceiver.Event ERROR_UPDATE
public static final UpdateFlowBroadcastReceiver.Event ERROR_CONFIRMATION_CODE
public static final UpdateFlowBroadcastReceiver.Event RETRY_CONFIRMATION_CODE
public static final UpdateFlowBroadcastReceiver.Event CONFIRMATION_CODE_COMPLETE
public static final UpdateFlowBroadcastReceiver.Event ACCOUNT_UPDATE_COMPLETE
public static final UpdateFlowBroadcastReceiver.Event RETRY
public static UpdateFlowBroadcastReceiver.Event[] values()
for (UpdateFlowBroadcastReceiver.Event c : UpdateFlowBroadcastReceiver.Event.values()) System.out.println(c);
public static UpdateFlowBroadcastReceiver.Event 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