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!