AccountSetupAttempt.StateCase

abstract class AccountSetupAttempt.StateCase


Hesap kurulumu denemesinin durumu.

Özet

İç içe yerleştirilmiş türler

Olası AccountSetupAttempt.StateCase türü.

Herkese açık işlevler

abstract AccountSetupAttempt.AccountSetupError!

Hata durumu.

abstract AccountSetupAttempt.EnterpriseAccount!

Başarı durumu.

abstract AccountSetupAttempt.AuthenticationActivityLaunchRequiredInformation!

Başarı durumu.

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

Hesap kurulumu devam ediyor.

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!

Herkese açık işlevler

accountSetupError

abstract fun accountSetupError(): AccountSetupAttempt.AccountSetupError!

Hata durumu. Bir hata oluştu.

addedAccount

abstract fun addedAccount(): AccountSetupAttempt.EnterpriseAccount!

Başarı durumu. Eklenen hesap

authenticationActivityLaunchRequiredInformation

abstract fun authenticationActivityLaunchRequiredInformation(): AccountSetupAttempt.AuthenticationActivityLaunchRequiredInformation!

Başarı durumu. Kimlik doğrulama gereklidir.

getKind

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

inProgress

abstract fun inProgress(): AccountSetupAttempt.InProgress!

Hesap kurulumu devam ediyor.

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!