AI-generated Key Takeaways
-
The
WorkAccount
class provides APIs for managing work accounts associated with the domaincom.google.work
. -
The
WorkAccountClient
class offers a client interface for managing Android for Work Accounts. -
The
WorkAccountApi
andWorkAccountApi.AddAccountResult
interfaces are deprecated and should be replaced byWorkAccountClient
accessed throughWorkAccount.getClient(Activity)
.
Interfaces
WorkAccountApi | This interface is deprecated. Use
WorkAccountClient
via
WorkAccount.getClient(Activity) instead. |
WorkAccountApi.AddAccountResult | This interface is deprecated. Use
WorkAccountClient
via
WorkAccount.getClient(Activity) instead. |
Classes
WorkAccount | WorkAccount provides APIs to manage work accounts (com.google.work). |
WorkAccountClient | Client to manage Android for Work Accounts. |