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

পাবলিক ফাংশন

অ্যাকাউন্ট সেটআপ ত্রুটি

abstract fun accountSetupError(): AccountSetupAttempt.AccountSetupError!

ত্রুটি কিছু ভুল হয়েছে

যোগ করা অ্যাকাউন্ট

abstract fun addedAccount(): AccountSetupAttempt.EnterpriseAccount!

সফলতা। যে অ্যাকাউন্ট যোগ করা হয়েছে.

প্রমাণীকরণ কার্যকলাপ লঞ্চ প্রয়োজনীয় তথ্য

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 ofAddedAccount(value: AccountSetupAttempt.EnterpriseAccount!): AccountSetupAttempt.StateCase!

যোগ করা অ্যাকাউন্ট

java-static fun ofAddedAccount(value: AccountSetupAttempt.EnterpriseAccount.Builder!): AccountSetupAttempt.StateCase!

ofAuthenticationActivityLunchপ্রয়োজনীয় তথ্য

java-static fun ofAuthenticationActivityLaunchRequiredInformation(
    value: AccountSetupAttempt.AuthenticationActivityLaunchRequiredInformation!
): AccountSetupAttempt.StateCase!

ofAuthenticationActivityLunchপ্রয়োজনীয় তথ্য

java-static fun ofAuthenticationActivityLaunchRequiredInformation(
    value: AccountSetupAttempt.AuthenticationActivityLaunchRequiredInformation.Builder!
): AccountSetupAttempt.StateCase!

অফ ইনপ্রগ্রেস

java-static fun ofInProgress(value: AccountSetupAttempt.InProgress!): AccountSetupAttempt.StateCase!

অফ ইনপ্রগ্রেস

java-static fun ofInProgress(value: AccountSetupAttempt.InProgress.Builder!): AccountSetupAttempt.StateCase!

কোনোটিই নয়

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