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!

Состояние успеха. Учётная запись, которая была добавлена.

аутентификацияДействиеЗапускТребуемаяИнформация

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

в процессе

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

ofNone

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