AccountSetupAttempt.Builder

abstract class AccountSetupAttempt.Builder


AccountSetupAttempt 的构建器。

摘要

公共函数

build

abstract fun build(): AccountSetupAttempt!

clearState

fun clearState(): AccountSetupAttempt.Builder!

清除之前设置的所有状态。

setAccountSetupError

fun setAccountSetupError(value: AccountSetupAttempt.AccountSetupError!): AccountSetupAttempt.Builder!

错误状态。出了点问题。

setAccountSetupError

fun setAccountSetupError(
    value: AccountSetupAttempt.AccountSetupError.Builder!
): AccountSetupAttempt.Builder!

错误状态。出了点问题。

setAddedAccount

fun setAddedAccount(value: AccountSetupAttempt.EnterpriseAccount!): AccountSetupAttempt.Builder!

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

setAddedAccount

fun setAddedAccount(value: AccountSetupAttempt.EnterpriseAccount.Builder!): AccountSetupAttempt.Builder!

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

setAuthenticationActivityLaunchRequiredInformation

fun setAuthenticationActivityLaunchRequiredInformation(
    value: AccountSetupAttempt.AuthenticationActivityLaunchRequiredInformation!
): AccountSetupAttempt.Builder!

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

setAuthenticationActivityLaunchRequiredInformation

fun setAuthenticationActivityLaunchRequiredInformation(
    value: AccountSetupAttempt.AuthenticationActivityLaunchRequiredInformation.Builder!
): AccountSetupAttempt.Builder!

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

setInProgress

fun setInProgress(value: AccountSetupAttempt.InProgress!): AccountSetupAttempt.Builder!

账号设置正在进行中。

setInProgress

fun setInProgress(value: AccountSetupAttempt.InProgress.Builder!): AccountSetupAttempt.Builder!

账号设置正在进行中。

setName

abstract fun setName(value: String!): AccountSetupAttempt.Builder!

由 CloudDPC 生成的账号设置尝试的名称。