AccountSetupAttempt.EnterpriseAccount

abstract class AccountSetupAttempt.EnterpriseAccount


מייצג חשבון Enterprise שנוסף למכשיר.

סיכום

סוגים מוטמעים

סוגי האימות האפשריים לחשבון ארגוני.

בנאי ל-AccountSetupAttempt.EnterpriseAccount.

פונקציות גלויות לכולם

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

סוג האימות שבו נעשה שימוש בחשבון הזה.

java-static AccountSetupAttempt.EnterpriseAccount!
abstract String!

המזהה של המכשיר, כמו ב-Play EMM API.

abstract String!

כתובת האימייל שמשויכת לחשבון, או ריקה אם אין כזו.

abstract String!

המזהה של המשתמש, כמו ב-Play EMM API.

abstract AccountSetupAttempt.EnterpriseAccount.Builder!

פונקציות גלויות לכולם

getAuthenticationType

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

סוג האימות שבו נעשה שימוש בחשבון הזה.

getDefaultInstance

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

getDeviceId

abstract fun getDeviceId(): String!

המזהה של המכשיר, כמו ב-Play EMM API. הערך הזה תואם לפרמטר deviceId בקריאה Devices.get של Play EMM API.

getEmailAddress

abstract fun getEmailAddress(): String!

כתובת האימייל שמשויכת לחשבון, או ריקה אם אין כזו.

getUserId

abstract fun getUserId(): String!

המזהה של המשתמש, כמו ב-Play EMM API. הערך הזה תואם לפרמטר userId בקריאה Users.get של Play EMM API.