AccountSetupAttempt.StateCase

public abstract class AccountSetupAttempt.StateCase


המצב של ניסיון הגדרת החשבון.

סיכום

סוגים מוטמעים

הסוג האפשרי של AccountSetupAttempt.StateCase.

שיטות ציבוריות

abstract AccountSetupAttempt.AccountSetupError

מצב השגיאה.

abstract AccountSetupAttempt.EnterpriseAccount

מצב ההצלחה.

abstract AccountSetupAttempt.AuthenticationActivityLaunchRequiredInformation

מצב ההצלחה.

abstract AccountSetupAttempt.StateCase.Kind
abstract AccountSetupAttempt.InProgress

הגדרת החשבון עדיין לא הסתיימה.

static AccountSetupAttempt.StateCase
static AccountSetupAttempt.StateCase
static AccountSetupAttempt.StateCase
static AccountSetupAttempt.StateCase
static AccountSetupAttempt.StateCase
static AccountSetupAttempt.StateCase
static AccountSetupAttempt.StateCase
static AccountSetupAttempt.StateCase
static AccountSetupAttempt.StateCase

שיטות ציבוריות

accountSetupError

public abstract AccountSetupAttempt.AccountSetupError accountSetupError()

מצב השגיאה. משהו השתבש.

addedAccount

public abstract AccountSetupAttempt.EnterpriseAccount addedAccount()

מצב ההצלחה. החשבון שנוסף.

authenticationActivityLaunchRequiredInformation

public abstract AccountSetupAttempt.AuthenticationActivityLaunchRequiredInformation authenticationActivityLaunchRequiredInformation()

מצב ההצלחה. נדרש אימות.

getKind

public abstract AccountSetupAttempt.StateCase.Kind getKind()

inProgress

public abstract AccountSetupAttempt.InProgress inProgress()

הגדרת החשבון עדיין לא הסתיימה.

ofNone

public static AccountSetupAttempt.StateCase ofNone()