Language

Window.RestoreHierarchyState(Bundle) Method

Definition

Restores this window's hierarchy state from a bundle.

[Android.Runtime.Register("restoreHierarchyState", "(Landroid/os/Bundle;)V", "GetRestoreHierarchyState_Landroid_os_Bundle_Handler")]
public abstract void RestoreHierarchyState(Android.OS.Bundle? savedInstanceState);
[<Android.Runtime.Register("restoreHierarchyState", "(Landroid/os/Bundle;)V", "GetRestoreHierarchyState_Landroid_os_Bundle_Handler")>]
abstract member RestoreHierarchyState : Android.OS.Bundle -> unit

Parameters

savedInstanceState
Bundle

The Android.OS.Bundle value used for saved instance state.

Attributes

Remarks

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