Android.Preferences.PreferenceActivity.OnGetInitialHeader Method
Called to determine the initial header to be shown.

Syntax

[Android.Runtime.Register("onGetInitialHeader", "()Landroid/preference/PreferenceActivity$Header;", "GetOnGetInitialHeaderHandler")]
public virtual PreferenceActivity.Header OnGetInitialHeader ()

Returns

Documentation for this section has not yet been entered.

Remarks

Called to determine the initial header to be shown. The default implementation simply returns the fragment of the first header. Note that the returned Header object does not actually need to exist in your header list -- whatever its fragment is will simply be used to show for the initial UI.

[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