Android.Preferences.Preference.SaveHierarchyState Method
Store this Preference hierarchy's frozen state into the given container.

Syntax

[Android.Runtime.Register("saveHierarchyState", "(Landroid/os/Bundle;)V", "GetSaveHierarchyState_Landroid_os_Bundle_Handler")]
public virtual void SaveHierarchyState (Android.OS.Bundle container)

See Also

Preference.RestoreHierarchyState(Android.OS.Bundle)
Preference.OnSaveInstanceState

Parameters

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

Remarks

Store this Preference hierarchy's frozen state into the given container.

[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