Android.Accounts.AccountManager.GetPreviousName Method
Gets the previous name associated with the account or null, if none.

Syntax

[Android.Runtime.Register("getPreviousName", "(Landroid/accounts/Account;)Ljava/lang/String;", "GetGetPreviousName_Landroid_accounts_Account_Handler")]
public virtual string GetPreviousName (Account account)

Parameters

account
The account to query for a previous name.

Returns

Documentation for this section has not yet been entered.

Remarks

Gets the previous name associated with the account or null, if none. This is intended so that clients of AccountManager.LoginAccountsChangedAction broadcasts can determine if an authenticator has renamed an account.

It is safe to call this method from the main thread.

[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