Android.Preferences.PreferenceActivity.OnBuildStartFragmentIntent Method
Called by PreferenceActivity.StartWithFragment(string, Android.OS.Bundle, Android.OS.Bundle, Android.OS.Bundle, Android.OS.Bundle, Android.OS.Bundle) when in single-pane mode, to build an Intent to launch a new activity showing the selected fragment.

Syntax

[Android.Runtime.Register("onBuildStartFragmentIntent", "(Ljava/lang/String;Landroid/os/Bundle;II)Landroid/content/Intent;", "GetOnBuildStartFragmentIntent_Ljava_lang_String_Landroid_os_Bundle_IIHandler")]
public virtual Android.Content.Intent OnBuildStartFragmentIntent (string fragmentName, Android.OS.Bundle args, int titleRes, int shortTitleRes)

Parameters

fragmentName
The name of the fragment to display.
args
Optional arguments to supply to the fragment.
titleRes
Optional resource ID of title to show for this item.
shortTitleRes
Optional resource ID of short title to show for this item.

Returns

Documentation for this section has not yet been entered.

Remarks

Called by PreferenceActivity.StartWithFragment(string, Android.OS.Bundle, Android.OS.Bundle, Android.OS.Bundle, Android.OS.Bundle, Android.OS.Bundle) when in single-pane mode, to build an Intent to launch a new activity showing the selected fragment. The default implementation constructs an Intent that re-launches the current activity with the appropriate arguments to display the fragment.

[Android Documentation]

Requirements

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