| Interface | Description |
|---|---|
| UserAccountManager.AccountWatcher<A extends UserAccount> |
Watcher that may be used to listen for callbacks fired whenever a new Android
Account
is created or deleted asynchronously for its associated UserAccount. |
| Class | Description |
|---|---|
| BaseAccountAuthenticator |
A
AbstractAccountAuthenticator implementation that can be used as base for custom implementations
of account authenticator. |
| SingleUserAccountManager<A extends UserAccount> |
A
UserAccountManager implementation that can be used for Android applications that allow
only one account to be created for a user. |
| UserAccount |
Class representing a simple holder for user data used when creating
Accounts via
UserAccountManager. |
| UserAccountManager<A extends UserAccount> |
Wrapper for
AccountManager that can be used to simplify management of an Android application
accounts. |