AccountSetupAttempt.StateCase

abstract class AccountSetupAttempt.StateCase


Status upaya penyiapan akun.

Ringkasan

Jenis bertingkat

Kemungkinan jenis AccountSetupAttempt.StateCase.

Fungsi publik

abstract AccountSetupAttempt.AccountSetupError!

Status error.

abstract AccountSetupAttempt.EnterpriseAccount!

Status berhasil.

abstract AccountSetupAttempt.AuthenticationActivityLaunchRequiredInformation!

Status berhasil.

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

Penyiapan akun sedang berlangsung.

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!

Fungsi publik

accountSetupError

abstract fun accountSetupError(): AccountSetupAttempt.AccountSetupError!

Status error. Terjadi error.

addedAccount

abstract fun addedAccount(): AccountSetupAttempt.EnterpriseAccount!

Status berhasil. Akun yang ditambahkan.

authenticationActivityLaunchRequiredInformation

abstract fun authenticationActivityLaunchRequiredInformation(): AccountSetupAttempt.AuthenticationActivityLaunchRequiredInformation!

Status berhasil. Autentikasi diperlukan.

getKind

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

inProgress

abstract fun inProgress(): AccountSetupAttempt.InProgress!

Penyiapan akun sedang berlangsung.

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!