AccountSetupAttempt.StateCase

abstract class AccountSetupAttempt.StateCase


Lo stato del tentativo di configurazione dell'account.

Riepilogo

Tipi nidificati

Il tipo possibile di AccountSetupAttempt.StateCase.

Funzioni pubbliche

abstract AccountSetupAttempt.AccountSetupError!

Lo stato di errore.

abstract AccountSetupAttempt.EnterpriseAccount!

Lo stato di riuscita.

abstract AccountSetupAttempt.AuthenticationActivityLaunchRequiredInformation!

Lo stato di riuscita.

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

La configurazione dell'account è in corso.

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!

Funzioni pubbliche

accountSetupError

abstract fun accountSetupError(): AccountSetupAttempt.AccountSetupError!

Lo stato di errore. Si è verificato un problema.

addedAccount

abstract fun addedAccount(): AccountSetupAttempt.EnterpriseAccount!

Lo stato di riuscita. Account aggiunto.

authenticationActivityLaunchRequiredInformation

abstract fun authenticationActivityLaunchRequiredInformation(): AccountSetupAttempt.AuthenticationActivityLaunchRequiredInformation!

Lo stato di riuscita. È richiesta l'autenticazione.

getKind

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

inProgress

abstract fun inProgress(): AccountSetupAttempt.InProgress!

La configurazione dell'account è in corso.

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!