Android.Accounts.AbstractAccountAuthenticator.GetAccountRemovalAllowed Method
Checks if the removal of this account is allowed.

Syntax

[Android.Runtime.Register("getAccountRemovalAllowed", "(Landroid/accounts/AccountAuthenticatorResponse;Landroid/accounts/Account;)Landroid/os/Bundle;", "GetGetAccountRemovalAllowed_Landroid_accounts_AccountAuthenticatorResponse_Landroid_accounts_Account_Handler")]
public virtual Android.OS.Bundle GetAccountRemovalAllowed (AccountAuthenticatorResponse response, Account account)

Parameters

response
to send the result back to the AccountManager, will never be null
account
the account to check, will never be null

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Android.Accounts.NetworkErrorExceptionif the authenticator could not honor the request due to a network error

Remarks

Checks if the removal of this account is allowed.

[Android Documentation]

Requirements

Namespace: Android.Accounts
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 5