AccountSetupAttempt.StateCase

abstract class AccountSetupAttempt.StateCase


Trạng thái của lần thiết lập tài khoản.

Tóm tắt

Các loại lồng nhau

Loại AccountSetupAttempt.StateCase có thể có.

Hàm công khai

abstract AccountSetupAttempt.AccountSetupError!

Trạng thái lỗi.

abstract AccountSetupAttempt.EnterpriseAccount!

Trạng thái thành công.

abstract AccountSetupAttempt.AuthenticationActivityLaunchRequiredInformation!

Trạng thái thành công.

abstract AccountSetupAttempt.StateCase.Kind!
abstract AccountSetupAttempt.InProgress!

Đang thiết lập tài khoản.

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!

Hàm công khai

accountSetupError

abstract fun accountSetupError(): AccountSetupAttempt.AccountSetupError!

Trạng thái lỗi. Đã xảy ra lỗi.

addedAccount

abstract fun addedAccount(): AccountSetupAttempt.EnterpriseAccount!

Trạng thái thành công. Tài khoản đã được thêm.

authenticationActivityLaunchRequiredInformation

abstract fun authenticationActivityLaunchRequiredInformation(): AccountSetupAttempt.AuthenticationActivityLaunchRequiredInformation!

Trạng thái thành công. Bạn phải xác thực.

getKind

abstract fun getKind(): AccountSetupAttempt.StateCase.Kind!

inProgress

abstract fun inProgress(): AccountSetupAttempt.InProgress!

Đang thiết lập tài khoản.

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!