Android.Preferences.PreferenceActivity: Field Members

The fields of Android.Preferences.PreferenceActivity are listed below. For a list of all members, see the PreferenceActivity Members list.

See Also: Inherited members from Android.App.ListActivity

Public Fields

const
ExtraNoHeadersstring. When starting this activity, the invoking Intent can contain this extra boolean that the header list should not be displayed.
const
ExtraShowFragmentstring. When starting this activity, the invoking Intent can contain this extra string to specify which fragment should be initially displayed.
const
ExtraShowFragmentArgumentsstring. When starting this activity and using PreferenceActivity.ExtraShowFragment, this extra can also be specified to supply a Bundle of arguments to pass to that fragment when it is instantiated during the initial creation of PreferenceActivity.
const
ExtraShowFragmentShortTitlestring. When starting this activity and using PreferenceActivity.ExtraShowFragment, this extra can also be specify to supply the short title to be shown for that fragment.
const
ExtraShowFragmentTitlestring. When starting this activity and using PreferenceActivity.ExtraShowFragment, this extra can also be specify to supply the title to be shown for that fragment.
const
HeaderIdUndefinedlong (-1). Default value for NoType:android/preference/PreferenceActivity$Header;Href=../../../reference/android/preference/PreferenceActivity.Header.html#id indicating that no identifier value is set.