AuthenticatorDescription.AccountPreferencesId Property

Definition

A resource id for a hierarchy of PreferenceScreen to be added to the settings page for the account.

[Android.Runtime.Register("accountPreferencesId")]
public int AccountPreferencesId { get; set; }
[<Android.Runtime.Register("accountPreferencesId")>]
member this.AccountPreferencesId : int with get, set

Property Value

Attributes

Remarks

A resource id for a hierarchy of PreferenceScreen to be added to the settings page for the account. See AbstractAccountAuthenticator for an example.

Java documentation for android.accounts.AuthenticatorDescription.accountPreferencesId.

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