AccountSetupAttempt.StateCase.Kind

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 functions

java-static AccountSetupAttempt.StateCase.Kind!
valueOf(name: String!)

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

java-static Array<AccountSetupAttempt.StateCase.Kind!>!

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

Enum Values

ACCOUNT_SETUP_ERROR

val AccountSetupAttempt.StateCase.Kind.ACCOUNT_SETUP_ERRORAccountSetupAttempt.StateCase.Kind

The error state. Something went wrong.

ADDED_ACCOUNT

val AccountSetupAttempt.StateCase.Kind.ADDED_ACCOUNTAccountSetupAttempt.StateCase.Kind

The success state. Account that was added.

AUTHENTICATION_ACTIVITY_LAUNCH_REQUIRED_INFORMATION

val AccountSetupAttempt.StateCase.Kind.AUTHENTICATION_ACTIVITY_LAUNCH_REQUIRED_INFORMATIONAccountSetupAttempt.StateCase.Kind

The success state. Authentication is required.

Public functions

valueOf

java-static fun valueOf(name: String!): AccountSetupAttempt.StateCase.Kind!

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

java-static fun values(): Array<AccountSetupAttempt.StateCase.Kind!>!

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
Array<AccountSetupAttempt.StateCase.Kind!>!

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