PreferenceActivity.ExtraShowFragmentArguments Field

Definition

When starting this activity and using #EXTRA_SHOW_FRAGMENT, 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.Runtime.Register("EXTRA_SHOW_FRAGMENT_ARGUMENTS")]
public const string ExtraShowFragmentArguments;
[<Android.Runtime.Register("EXTRA_SHOW_FRAGMENT_ARGUMENTS")>]
val mutable ExtraShowFragmentArguments : string

Field Value

Attributes

Remarks

When starting this activity and using #EXTRA_SHOW_FRAGMENT, 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.

Java documentation for android.preference.PreferenceActivity.EXTRA_SHOW_FRAGMENT_ARGUMENTS.

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