Preference.SaveHierarchyState(Bundle) Method

Definition

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

[Android.Runtime.Register("saveHierarchyState", "(Landroid/os/Bundle;)V", "GetSaveHierarchyState_Landroid_os_Bundle_Handler")]
public virtual void SaveHierarchyState (Android.OS.Bundle? container);
[<Android.Runtime.Register("saveHierarchyState", "(Landroid/os/Bundle;)V", "GetSaveHierarchyState_Landroid_os_Bundle_Handler")>]
abstract member SaveHierarchyState : Android.OS.Bundle -> unit
override this.SaveHierarchyState : Android.OS.Bundle -> unit

Parameters

container
Bundle

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

Attributes

Remarks

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

Java documentation for android.preference.Preference.saveHierarchyState(android.os.Bundle).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

See also