Android.Webkit.WebView.RestoreState Method
Restores the state of this WebView from the given Bundle.

Syntax

[Android.Runtime.Register("restoreState", "(Landroid/os/Bundle;)Landroid/webkit/WebBackForwardList;", "GetRestoreState_Landroid_os_Bundle_Handler")]
public virtual WebBackForwardList RestoreState (Android.OS.Bundle inState)

Parameters

inState
the incoming Bundle of state

Returns

Documentation for this section has not yet been entered.

Remarks

Restores the state of this WebView from the given Bundle. This method is intended for use in Android.App.Activity.OnRestoreInstanceState(Android.OS.Bundle) and should be called to restore the state of this WebView. If it is called after this WebView has had a chance to build state (load pages, create a back/forward list, etc.) there may be undesirable side-effects. Please note that this method no longer restores the display data for this WebView.

[Android Documentation]

Requirements

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