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!