AccountSetupAttempt.EnterpriseAccount

public abstract class AccountSetupAttempt.EnterpriseAccount


Reprezentuje konto firmowe dodane do urządzenia.

Podsumowanie

Typy zagnieżdżone

Możliwe typy uwierzytelniania na koncie firmowym.

Kreator dla AccountSetupAttempt.EnterpriseAccount.

Metody publiczne

static AccountSetupAttempt.EnterpriseAccount.Builder
abstract AccountSetupAttempt.EnterpriseAccount.AuthenticationType

Typ uwierzytelniania używany na tym koncie.

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

Metody publiczne

getAuthenticationType

public abstract AccountSetupAttempt.EnterpriseAccount.AuthenticationType getAuthenticationType()

Typ uwierzytelniania używany na tym koncie.

getDefaultInstance

public static AccountSetupAttempt.EnterpriseAccount getDefaultInstance()

getDeviceId

public abstract String getDeviceId()

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

getEmailAddress

public abstract String getEmailAddress()

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

getUserId

public abstract String getUserId()

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