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 !
ofNone ()

توابع عمومی

accountSetupError

abstract fun accountSetupError(): AccountSetupAttempt.AccountSetupError!

حالت خطا مشکلی پیش آمد.

حساب اضافه شد

abstract fun addedAccount(): AccountSetupAttempt.EnterpriseAccount!

حالت موفقیت اکانتی که اضافه شد

authenticationActivityLaunchRequiredInformation

abstract fun authenticationActivityLaunchRequiredInformation(): AccountSetupAttempt.AuthenticationActivityLaunchRequiredInformation!

حالت موفقیت احراز هویت لازم است.

getKind

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

در حال پیشرفت

abstract fun inProgress(): AccountSetupAttempt.InProgress!

راه اندازی حساب در حال انجام است.

ofAccountSetupError

java-static fun ofAccountSetupError(
    value: AccountSetupAttempt.AccountSetupError.Builder!
): AccountSetupAttempt.StateCase!

هیچ

java-static fun ofNone(): AccountSetupAttempt.StateCase!