Android.Preferences.Preference.RestoreHierarchyState Method
Restore this Preference hierarchy's previously saved state from the given container.

Syntax

[Android.Runtime.Register("restoreHierarchyState", "(Landroid/os/Bundle;)V", "GetRestoreHierarchyState_Landroid_os_Bundle_Handler")]
public virtual void RestoreHierarchyState (Android.OS.Bundle container)

See Also

Preference.SaveHierarchyState(Android.OS.Bundle)
Preference.OnRestoreInstanceState(Android.OS.IParcelable)

Parameters

container
The Bundle that holds the previously saved state.

Remarks

Restore this Preference hierarchy's previously saved state from 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