Android.Accounts.AbstractAccountAuthenticator.HasFeatures Method
Checks if the account supports all the specified authenticator specific features.

Syntax

[Android.Runtime.Register("hasFeatures", "(Landroid/accounts/AccountAuthenticatorResponse;Landroid/accounts/Account;[Ljava/lang/String;)Landroid/os/Bundle;", "GetHasFeatures_Landroid_accounts_AccountAuthenticatorResponse_Landroid_accounts_Account_arrayLjava_lang_String_Handler")]
public abstract Android.OS.Bundle HasFeatures (AccountAuthenticatorResponse response, Account account, string[] features)

Parameters

response
to send the result back to the AccountManager, will never be null
account
the account to check, will never be null
features
an array of features 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 account supports all the specified authenticator specific features.

[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