Share via


AccountManager.LoginAccountsChangedAction Field

Definition

Action sent as a broadcast Intent by the AccountsService when accounts are added, accounts are removed, or an account's credentials (saved password, etc) are changed.

[Android.Runtime.Register("LOGIN_ACCOUNTS_CHANGED_ACTION")]
public const string LoginAccountsChangedAction;
[<Android.Runtime.Register("LOGIN_ACCOUNTS_CHANGED_ACTION")>]
val mutable LoginAccountsChangedAction : string

Field Value

Attributes

Remarks

Action sent as a broadcast Intent by the AccountsService when accounts are added, accounts are removed, or an account's credentials (saved password, etc) are changed.

This member is deprecated. use #addOnAccountsUpdatedListener to get account updates in runtime.

Java documentation for android.accounts.AccountManager.LOGIN_ACCOUNTS_CHANGED_ACTION.

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

See also

  • <xref:Android.Accounts.AccountManager.AddOnAccountsUpdatedListener(Android.Accounts.IOnAccountsUpdateListener%2c+Android.OS.Handler%2c+Android.OS.Handler)>