Android.Preferences.PreferenceActivity.SwitchToHeader Method
When in two-pane mode, switch the fragment pane to show the given preference fragment.

Syntax

[Android.Runtime.Register("switchToHeader", "(Ljava/lang/String;Landroid/os/Bundle;)V", "GetSwitchToHeader_Ljava_lang_String_Landroid_os_Bundle_Handler")]
public virtual void SwitchToHeader (string fragmentName, Android.OS.Bundle args)

Parameters

fragmentName
The name of the fragment to display.
args
Optional arguments to supply to the fragment.

Remarks

When in two-pane mode, switch the fragment pane to show the given preference 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 11