AccountSetupAttempt.StateCase

abstract class AccountSetupAttempt.StateCase


アカウント設定の試行の状態。

概要

ネストされた型

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!