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!