AccountSetupAttempt.EnterpriseAccount

abstract class AccountSetupAttempt.EnterpriseAccount


Reprezentuje konto firmowe dodane do urządzenia.

Podsumowanie

Typy zagnieżdżone

Możliwe typy uwierzytelniania na koncie firmowym.

Builder dla AccountSetupAttempt.EnterpriseAccount.

Funkcje publiczne

java-static AccountSetupAttempt.EnterpriseAccount.Builder!
abstract AccountSetupAttempt.EnterpriseAccount.AuthenticationType!

Typ uwierzytelniania używany na tym koncie.

java-static AccountSetupAttempt.EnterpriseAccount!
abstract String!

Identyfikator urządzenia, taki jak w interfejsie Play EMM API.

abstract String!

Adres e-mail powiązany z kontem lub pusty, jeśli nie ma takiego adresu.

abstract String!

Identyfikator użytkownika, taki jak w interfejsie Play EMM API.

abstract AccountSetupAttempt.EnterpriseAccount.Builder!

Funkcje publiczne

getAuthenticationType

abstract fun getAuthenticationType(): AccountSetupAttempt.EnterpriseAccount.AuthenticationType!

Typ uwierzytelniania używany na tym koncie.

getDefaultInstance

java-static fun getDefaultInstance(): AccountSetupAttempt.EnterpriseAccount!

getDeviceId

abstract fun getDeviceId(): String!

Identyfikator urządzenia, taki jak w interfejsie Play EMM API. Odpowiada to parametrowi „deviceId” w wywołaniu Devices.get interfejsu Play EMM API.

getEmailAddress

abstract fun getEmailAddress(): String!

Adres e-mail powiązany z kontem lub pusty, jeśli nie ma takiego adresu.

getUserId

abstract fun getUserId(): String!

Identyfikator użytkownika, taki jak w interfejsie Play EMM API. Odpowiada to parametrowi „userId” w wywołaniu Users.get interfejsu Play EMM API.