AccountSetupAttempt.StateCase

abstract class AccountSetupAttempt.StateCase


账号设置尝试的状态。

摘要

公共函数

abstract AccountSetupAttempt.AccountSetupError!

错误状态。

abstract AccountSetupAttempt.EnterpriseAccount!

成功状态。

abstract AccountSetupAttempt.AuthenticationActivityLaunchRequiredInformation!

成功状态。

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

账号设置正在进行中。

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!

公共函数

accountSetupError

abstract fun accountSetupError(): AccountSetupAttempt.AccountSetupError!

错误状态。出了点问题。

addedAccount

abstract fun addedAccount(): AccountSetupAttempt.EnterpriseAccount!

成功状态。已添加的账号。

authenticationActivityLaunchRequiredInformation

abstract fun authenticationActivityLaunchRequiredInformation(): AccountSetupAttempt.AuthenticationActivityLaunchRequiredInformation!

成功状态。必须进行身份验证。

getKind

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

inProgress

abstract fun inProgress(): AccountSetupAttempt.InProgress!

账号设置正在进行中。

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!