Android.Webkit.WebView.SaveState Method
Saves the state of this WebView used in Android.App.Activity.OnSaveInstanceState(Android.OS.Bundle).

Syntax

[Android.Runtime.Register("saveState", "(Landroid/os/Bundle;)Landroid/webkit/WebBackForwardList;", "GetSaveState_Landroid_os_Bundle_Handler")]
public virtual WebBackForwardList SaveState (Android.OS.Bundle outState)

Parameters

outState
the Bundle to store this WebView's state

Returns

Documentation for this section has not yet been entered.

Remarks

Saves the state of this WebView used in Android.App.Activity.OnSaveInstanceState(Android.OS.Bundle). Please note that this method no longer stores the display data for this WebView. The previous behavior could potentially leak files if WebView.RestoreState(Android.OS.Bundle) was never called.

[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