AccountSetupAttempt.StateCase.Kind

public enum AccountSetupAttempt.StateCase.Kind


The possible kind of AccountSetupAttempt.StateCase.

Summary

Enum Values

ACCOUNT_SETUP_ERROR

The error state.

ADDED_ACCOUNT

The success state.

AUTHENTICATION_ACTIVITY_LAUNCH_REQUIRED_INFORMATION

The success state.

IN_PROGRESS

Account setup is in progress.

NONE

Public methods

static AccountSetupAttempt.StateCase.Kind

Returns the enum constant of this type with the specified name.

static AccountSetupAttempt.StateCase.Kind[]

Returns an array containing the constants of this enum type, in the order they're declared.

Public methods

valueOf

public static AccountSetupAttempt.StateCase.Kind valueOf(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.)

Returns
AccountSetupAttempt.StateCase.Kind

the enum constant with the specified name

Throws
java.lang.IllegalArgumentException

if this enum type has no constant with the specified name

values

public static AccountSetupAttempt.StateCase.Kind[] values()

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.

Returns
AccountSetupAttempt.StateCase.Kind[]

an array containing the constants of this enum type, in the order they're declared