AccountSetupAttempt.StateCase

abstract class AccountSetupAttempt.StateCase


Der Status des Versuchs, das Konto einzurichten.

Zusammenfassung

Verschachtelte Typen

Die möglichen Arten von AccountSetupAttempt.StateCase.

Öffentliche Funktionen

abstract AccountSetupAttempt.AccountSetupError!

Der Fehlerstatus.

abstract AccountSetupAttempt.EnterpriseAccount!

Der Status „Erfolgreich“.

abstract AccountSetupAttempt.AuthenticationActivityLaunchRequiredInformation!

Der Status „Erfolgreich“.

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

Die Kontoeinrichtung wird gerade durchgeführt.

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!

Öffentliche Funktionen

accountSetupError

abstract fun accountSetupError(): AccountSetupAttempt.AccountSetupError!

Der Fehlerstatus. Ein Fehler ist aufgetreten.

addedAccount

abstract fun addedAccount(): AccountSetupAttempt.EnterpriseAccount!

Der Status „Erfolgreich“. Das hinzugefügte Konto.

authenticationActivityLaunchRequiredInformation

abstract fun authenticationActivityLaunchRequiredInformation(): AccountSetupAttempt.AuthenticationActivityLaunchRequiredInformation!

Der Status „Erfolgreich“. Authentifizierung erforderlich.

getKind

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

inProgress

abstract fun inProgress(): AccountSetupAttempt.InProgress!

Die Kontoeinrichtung wird gerade durchgeführt.

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!