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!