AccountSetupAttempt.StateCase

abstract class AccountSetupAttempt.StateCase


The state of the account setup attempt.

Summary

Nested types

The possible kind of AccountSetupAttempt.StateCase.

Public functions

abstract AccountSetupAttempt.AccountSetupError!

Error.

abstract AccountSetupAttempt.EnterpriseAccount!

Success.

abstract AccountSetupAttempt.AuthenticationActivityLaunchRequiredInformation!

Success.

abstract AccountSetupAttempt.StateCase.Kind!
abstract AccountSetupAttempt.InProgress!

Account setup is in progress.

java-static AccountSetupAttempt.StateCase!
java-static AccountSetupAttempt.StateCase!
java-static AccountSetupAttempt.StateCase!
java-static AccountSetupAttempt.StateCase!
java-static AccountSetupAttempt.StateCase!
java-static AccountSetupAttempt.StateCase!
java-static AccountSetupAttempt.StateCase!
java-static AccountSetupAttempt.StateCase!
java-static AccountSetupAttempt.StateCase!

Public functions

accountSetupError

abstract fun accountSetupError(): AccountSetupAttempt.AccountSetupError!

Error. Something went wrong.

addedAccount

abstract fun addedAccount(): AccountSetupAttempt.EnterpriseAccount!

Success. Account that was added.

authenticationActivityLaunchRequiredInformation

abstract fun authenticationActivityLaunchRequiredInformation(): AccountSetupAttempt.AuthenticationActivityLaunchRequiredInformation!

Success. Authentication is required.

getKind

abstract fun getKind(): AccountSetupAttempt.StateCase.Kind!

inProgress

abstract fun inProgress(): AccountSetupAttempt.InProgress!

Account setup is in progress.

ofAccountSetupError

java-static fun ofAccountSetupError(
    value: AccountSetupAttempt.AccountSetupError.Builder!
): AccountSetupAttempt.StateCase!

ofInProgress

java-static fun ofInProgress(value: AccountSetupAttempt.InProgress!): AccountSetupAttempt.StateCase!

ofNone

java-static fun ofNone(): AccountSetupAttempt.StateCase!