AccountSetupAttempt.EnterpriseAccount

abstract class AccountSetupAttempt.EnterpriseAccount


Rappresenta un account aziendale aggiunto a un dispositivo.

Riepilogo

Tipi nidificati

I tipi di autenticazione possibili per un account aziendale.

Muratore per AccountSetupAttempt.EnterpriseAccount.

Funzioni pubbliche

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

Il tipo di autenticazione utilizzato per questo account.

java-static AccountSetupAttempt.EnterpriseAccount!
abstract String!

L'ID del dispositivo, come nell'API Play EMM.

abstract String!

L'indirizzo email associato all'account o vuoto se non presente.

abstract String!

L'ID dell'utente, come nell'API Play EMM.

abstract AccountSetupAttempt.EnterpriseAccount.Builder!

Funzioni pubbliche

getAuthenticationType

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

Il tipo di autenticazione utilizzato per questo account.

getDefaultInstance

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

getDeviceId

abstract fun getDeviceId(): String!

L'ID del dispositivo, come nell'API Play EMM. Corrisponde al parametro `deviceId` nella chiamata Devices.get dell'API Play EMM.

getEmailAddress

abstract fun getEmailAddress(): String!

L'indirizzo email associato all'account o vuoto se non presente.

getUserId

abstract fun getUserId(): String!

L'ID dell'utente, come nell'API Play EMM. Corrisponde al parametro `userId` nella chiamata Users.get dell'API Play EMM.