Android.Preferences.PreferenceGroup.DispatchSaveInstanceState Method
Called by Preference.SaveHierarchyState(Android.OS.Bundle) to store the instance for this Preference and its children.

Syntax

[Android.Runtime.Register("dispatchSaveInstanceState", "(Landroid/os/Bundle;)V", "GetDispatchSaveInstanceState_Landroid_os_Bundle_Handler")]
protected virtual void DispatchSaveInstanceState (Android.OS.Bundle container)

Parameters

container
The Bundle in which to save the instance of this Preference.

Remarks

Called by Preference.SaveHierarchyState(Android.OS.Bundle) to store the instance for this Preference and its children. May be overridden to modify how the save happens for children. For example, some Preference objects may want to not store an instance for their children.

[Android Documentation]

Requirements

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