AccountSetupAttempt.StateCase

abstract class AccountSetupAttempt.StateCase


État de la tentative de configuration du compte.

Résumé

Types imbriqués

Type possible de AccountSetupAttempt.StateCase.

Fonctions publiques

abstract AccountSetupAttempt.AccountSetupError!

État de l'erreur.

abstract AccountSetupAttempt.EnterpriseAccount!

État de réussite.

abstract AccountSetupAttempt.AuthenticationActivityLaunchRequiredInformation!

État de réussite.

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

La configuration de votre compte est en cours.

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!

Fonctions publiques

accountSetupError

abstract fun accountSetupError(): AccountSetupAttempt.AccountSetupError!

État de l'erreur. Un problème est survenu.

addedAccount

abstract fun addedAccount(): AccountSetupAttempt.EnterpriseAccount!

État de réussite. Compte ajouté.

authenticationActivityLaunchRequiredInformation

abstract fun authenticationActivityLaunchRequiredInformation(): AccountSetupAttempt.AuthenticationActivityLaunchRequiredInformation!

État de réussite. Authentification requise.

getKind

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

inProgress

abstract fun inProgress(): AccountSetupAttempt.InProgress!

La configuration de votre compte est en cours.

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!