The
fields
of Android.Accounts.AccountManager are listed below. For a list of all members, see the AccountManager Members list.
See Also: Inherited members from Java.Lang.Object
Public Fields
const | ActionAuthenticatorIntent | string. |
const | AuthenticatorAttributesName | string. |
const | AuthenticatorMetaDataName | string. |
const | ErrorCodeBadArguments | ErrorCode (7). |
const | ErrorCodeBadAuthentication | ErrorCode (9). |
const | ErrorCodeBadRequest | ErrorCode (8). |
const | ErrorCodeCanceled | ErrorCode (4). |
const | ErrorCodeInvalidResponse | ErrorCode (5). |
const | ErrorCodeNetworkError | ErrorCode (3). |
const | ErrorCodeRemoteException | ErrorCode (1). |
const | ErrorCodeUnsupportedOperation | ErrorCode (6). |
const | KeyAccountAuthenticatorResponse | string. |
const | KeyAccountManagerResponse | string. |
const | KeyAccountName | string. Bundle key used for the Java.Lang.String account name in results
from methods which return information about a particular account. |
const | KeyAccounts | string. |
const | KeyAccountType | string. Bundle key used for the Java.Lang.String account type in results
from methods which return information about a particular account. |
const | KeyAndroidPackageName | string. The Android package of the caller will be set in the options bundle by the
Android.Accounts.AccountManager and will be passed to the AccountManagerService and
to the AccountAuthenticators. |
const | KeyAuthenticatorTypes | string. |
const | KeyAuthFailedMessage | string. |
const | KeyAuthtoken | string. Bundle key used for the auth token value in results
from AccountManager.getAuthToken(android.accounts.Account, java.lang.String, android.os.Bundle, android.app.Activity, android.accounts.AccountManagerCallback<android.os.Bundle>, android.os.Handler) and friends. |
const | KeyAuthTokenLabel | string. |
const | KeyBooleanResult | string. |
const | KeyCallerPid | string. |
const | KeyCallerUid | string. Authenticators using 'customTokens' option will also get the UID of the
caller
|
const | KeyErrorCode | string. |
const | KeyErrorMessage | string. |
const | KeyIntent | string. Bundle key used for an Android.Content.Intent in results from methods that
may require the caller to interact with the user. |
const | KeyPassword | string. Bundle key used to supply the password directly in options to
AccountManager.confirmCredentials(android.accounts.Account, android.os.Bundle, android.app.Activity, android.accounts.AccountManagerCallback<android.os.Bundle>, android.os.Handler), rather than prompting the user with
the standard password prompt. |
const | KeyUserdata | string. |
const | LoginAccountsChangedAction | string. Action sent as a broadcast Intent by the AccountsService
when accounts are added, accounts are removed, or an
account's credentials (saved password, etc) are changed. |