Android.Accounts Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
| Name | Description |
|---|---|
| AbstractAccountAuthenticator |
Abstract base class for creating AccountAuthenticators. |
| Account |
Value type that represents an Account in the |
| Account.InterfaceConsts |
Constants re-exported from |
| AccountAuthenticatorActivity |
Base class for implementing an Activity that is used to help implement an AbstractAccountAuthenticator. |
| AccountAuthenticatorResponse |
Object used to communicate responses back to the AccountManager |
| AccountAuthenticatorResponse.InterfaceConsts |
Constants re-exported from |
| AccountManager |
This class provides access to a centralized registry of the user's online accounts. |
| AccountsException |
The base class for exceptions thrown by the Android accounts service. |
| AccountsUpdateEventArgs |
Provides data for the AccountsUpdated event. |
| AuthenticatorDescription |
A |
| AuthenticatorDescription.InterfaceConsts |
Constants re-exported from |
| AuthenticatorException |
The exception thrown when communication with an authenticator fails or the authenticator returns an invalid response. |
| IAccountManagerFutureExtensions |
Extension methods for IAccountManagerFuture. |
| NetworkErrorException |
The exception thrown when a network error prevents an authenticator from completing a request. |
| OperationCanceledException |
The exception thrown when an account manager operation is canceled before it completes. |
Interfaces
| Name | Description |
|---|---|
| IAccountManagerCallback |
A callback interface for receiving the result of an asynchronous AccountManager operation. |
| IAccountManagerFuture |
A |
| IOnAccountsUpdateListener |
An interface that contains the callback used by the AccountManager |
Enums
| Name | Description |
|---|---|
| AccountVisibility |
Specifies an account's visibility to an application. |
| ErrorCode |
Enumerates values returned by several types and taken as a parameter of the F:Android.Accounts.AccountAuthenticatorResponse.OnError member. |