Android.Accounts.AccountManager: Field Members

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
ActionAuthenticatorIntentstring.
const
AuthenticatorAttributesNamestring.
const
AuthenticatorMetaDataNamestring.
const
ErrorCodeBadArgumentsErrorCode (7).
const
ErrorCodeBadAuthenticationErrorCode (9).
const
ErrorCodeBadRequestErrorCode (8).
const
ErrorCodeCanceledErrorCode (4).
const
ErrorCodeInvalidResponseErrorCode (5).
const
ErrorCodeNetworkErrorErrorCode (3).
const
ErrorCodeRemoteExceptionErrorCode (1).
const
ErrorCodeUnsupportedOperationErrorCode (6).
const
KeyAccountAuthenticatorResponsestring.
const
KeyAccountManagerResponsestring.
const
KeyAccountNamestring. Bundle key used for the Java.Lang.String account name in results from methods which return information about a particular account.
const
KeyAccountsstring.
const
KeyAccountTypestring. Bundle key used for the Java.Lang.String account type in results from methods which return information about a particular account.
const
KeyAndroidPackageNamestring. 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
KeyAuthenticatorTypesstring.
const
KeyAuthFailedMessagestring.
const
KeyAuthtokenstring. 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
KeyAuthTokenLabelstring.
const
KeyBooleanResultstring.
const
KeyCallerPidstring.
const
KeyCallerUidstring. Authenticators using 'customTokens' option will also get the UID of the caller
const
KeyErrorCodestring.
const
KeyErrorMessagestring.
const
KeyIntentstring. Bundle key used for an Android.Content.Intent in results from methods that may require the caller to interact with the user.
const
KeyPasswordstring. 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
KeyUserdatastring.
const
LoginAccountsChangedActionstring. 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.