AccountSetupAttempt.StateCase

public abstract class AccountSetupAttempt.StateCase


The state of the account setup attempt.

Summary

Nested types

The possible kind of AccountSetupAttempt.StateCase.

Public methods

accountSetupError

public abstract AccountSetupAttempt.AccountSetupError accountSetupError()

The error state. Something went wrong.

addedAccount

public abstract AccountSetupAttempt.EnterpriseAccount addedAccount()

The success state. Account that was added.

authenticationActivityLaunchRequiredInformation

public abstract AccountSetupAttempt.AuthenticationActivityLaunchRequiredInformation authenticationActivityLaunchRequiredInformation()

The success state. Authentication is required.

getKind

public abstract AccountSetupAttempt.StateCase.Kind getKind()

inProgress

public abstract AccountSetupAttempt.InProgress inProgress()

Account setup is in progress.

ofNone

public static AccountSetupAttempt.StateCase ofNone()