Android.Preferences.PreferenceGroup.DispatchRestoreInstanceState Method
Called by Preference.RestoreHierarchyState(Android.OS.Bundle) to retrieve the saved state for this Preference and its children.

Syntax

[Android.Runtime.Register("dispatchRestoreInstanceState", "(Landroid/os/Bundle;)V", "GetDispatchRestoreInstanceState_Landroid_os_Bundle_Handler")]
protected virtual void DispatchRestoreInstanceState (Android.OS.Bundle container)

Parameters

container
The Bundle that holds the previously saved state.

Remarks

Called by Preference.RestoreHierarchyState(Android.OS.Bundle) to retrieve the saved state for this Preference and its children. May be overridden to modify how restoring happens to the children of a Preference. For example, some Preference objects may not want to save state 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