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!