Android.Preferences.PreferenceActivity.ExtraShowFragmentArguments Field
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.

Syntax

[Android.Runtime.Register("EXTRA_SHOW_FRAGMENT_ARGUMENTS")]
public const string ExtraShowFragmentArguments

Remarks

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.

[Android Documentation]

Requirements

Namespace: Android.Preferences
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11