Android.Views.View.OnRestoreInstanceState Method
Hook allowing a view to re-apply a representation of its internal state that had previously been generated by View.OnSaveInstanceState.

Syntax

[Android.Runtime.Register("onRestoreInstanceState", "(Landroid/os/Parcelable;)V", "GetOnRestoreInstanceState_Landroid_os_Parcelable_Handler")]
protected virtual void OnRestoreInstanceState (Android.OS.IParcelable state)

See Also

View.OnSaveInstanceState

Parameters

state
The frozen state that had previously been returned by View.OnSaveInstanceState.

Remarks

Hook allowing a view to re-apply a representation of its internal state that had previously been generated by View.OnSaveInstanceState. This function will never be called with a null state.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1