Checks that the user knows the credentials of an account.
Syntax
[Android.Runtime.Register("confirmCredentials", "(Landroid/accounts/AccountAuthenticatorResponse;Landroid/accounts/Account;Landroid/os/Bundle;)Landroid/os/Bundle;", "GetConfirmCredentials_Landroid_accounts_AccountAuthenticatorResponse_Landroid_accounts_Account_Landroid_os_Bundle_Handler")]
public abstract
Android.OS.Bundle ConfirmCredentials (
AccountAuthenticatorResponse response,
Account account,
Android.OS.Bundle options)
Parameters
- response
- to send the result back to the AccountManager, will never be null
- account
- the account whose credentials are to be checked, will never be null
- options
- a Bundle of authenticator-specific options, may be null
Returns
Documentation for this section has not yet been entered.
Exceptions
Remarks
Requirements
Namespace: Android.Accounts
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 5