The members of Android.Accounts.AbstractAccountAuthenticator are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] | IBinder | Android.OS.IBinder. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
abstract | AddAccount(AccountAuthenticatorResponse, string, string, string[], Android.OS.Bundle)Adds an account of the specified accountType. | |
AddAccountFromCredentials(AccountAuthenticatorResponse, Account, Android.OS.Bundle)Creates an account based on credentials provided by the authenticator instance of another user on the device, who has chosen to share the account with this user. | ||
abstract | ConfirmCredentials(AccountAuthenticatorResponse, Account, Android.OS.Bundle)Checks that the user knows the credentials of an account. | |
abstract | EditProperties(AccountAuthenticatorResponse, string)Returns a Bundle that contains the Intent of the activity that can be used to edit the properties. | |
GetAccountCredentialsForCloning(AccountAuthenticatorResponse, Account)Returns a Bundle that contains whatever is required to clone the account on a different user. | ||
GetAccountRemovalAllowed(AccountAuthenticatorResponse, Account)Checks if the removal of this account is allowed. | ||
abstract | GetAuthToken(AccountAuthenticatorResponse, Account, string, Android.OS.Bundle)Gets the authtoken for an account. | |
abstract | GetAuthTokenLabel(string)Ask the authenticator for a localized label for the given authTokenType. | |
abstract | HasFeatures(AccountAuthenticatorResponse, Account, string[])Checks if the account supports all the specified authenticator specific features. | |
abstract | UpdateCredentials(AccountAuthenticatorResponse, Account, string, Android.OS.Bundle)Update the locally stored credentials for an account. |