AccountManager.NotifyAccountAuthenticated(Account) Method

Definition

Notifies the system that the account has just been authenticated.

[Android.Runtime.Register("notifyAccountAuthenticated", "(Landroid/accounts/Account;)Z", "GetNotifyAccountAuthenticated_Landroid_accounts_Account_Handler", ApiSince=23)]
[Android.Runtime.RequiresPermission("android.permission.AUTHENTICATE_ACCOUNTS")]
public virtual bool NotifyAccountAuthenticated (Android.Accounts.Account? account);
[<Android.Runtime.Register("notifyAccountAuthenticated", "(Landroid/accounts/Account;)Z", "GetNotifyAccountAuthenticated_Landroid_accounts_Account_Handler", ApiSince=23)>]
[<Android.Runtime.RequiresPermission("android.permission.AUTHENTICATE_ACCOUNTS")>]
abstract member NotifyAccountAuthenticated : Android.Accounts.Account -> bool
override this.NotifyAccountAuthenticated : Android.Accounts.Account -> bool

Parameters

account
Account

The Account to be updated.

Returns

Boolean

boolean true if the authentication of the account has been successfully acknowledged. Otherwise false.

Attributes

Remarks

Java documentation for android.accounts.AccountManager.notifyAccountAuthenticated(android.accounts.Account).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to