AccountSetupAttempt.StateCase

abstract class AccountSetupAttempt.StateCase


Stan próby konfiguracji konta.

Podsumowanie

Typy zagnieżdżone

Możliwe rodzaje elementu AccountSetupAttempt.StateCase.

Funkcje publiczne

abstract AccountSetupAttempt.AccountSetupError!

Stan błędu.

abstract AccountSetupAttempt.EnterpriseAccount!

Stan powodzenia.

abstract AccountSetupAttempt.AuthenticationActivityLaunchRequiredInformation!

Stan powodzenia.

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

Trwa konfigurowanie konta.

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!

Funkcje publiczne

accountSetupError

abstract fun accountSetupError(): AccountSetupAttempt.AccountSetupError!

Stan błędu. Coś poszło nie tak.

addedAccount

abstract fun addedAccount(): AccountSetupAttempt.EnterpriseAccount!

Stan powodzenia. Konto, które zostało dodane.

authenticationActivityLaunchRequiredInformation

abstract fun authenticationActivityLaunchRequiredInformation(): AccountSetupAttempt.AuthenticationActivityLaunchRequiredInformation!

Stan powodzenia. Wymagane jest uwierzytelnienie.

getKind

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

inProgress

abstract fun inProgress(): AccountSetupAttempt.InProgress!

Trwa konfigurowanie konta.

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!