WebView.CopyBackForwardList Method

Definition

Gets the WebBackForwardList for this WebView.

[Android.Runtime.Register("copyBackForwardList", "()Landroid/webkit/WebBackForwardList;", "GetCopyBackForwardListHandler")]
public virtual Android.Webkit.WebBackForwardList CopyBackForwardList ();
[<Android.Runtime.Register("copyBackForwardList", "()Landroid/webkit/WebBackForwardList;", "GetCopyBackForwardListHandler")>]
abstract member CopyBackForwardList : unit -> Android.Webkit.WebBackForwardList
override this.CopyBackForwardList : unit -> Android.Webkit.WebBackForwardList

Returns

Attributes

Remarks

Gets the WebBackForwardList for this WebView. This contains the back/forward list for use in querying each item in the history stack. This is a copy of the private WebBackForwardList so it contains only a snapshot of the current state. Multiple calls to this method may return different objects. The object returned from this method will not be updated to reflect any new state.

Java documentation for android.webkit.WebView.copyBackForwardList().

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