AuthenticatorDescription.AccountPreferencesId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.