WebBackForwardList.Clone Method

Definition

Clone the entire object to be used in the UI thread by clients of WebView.

[Android.Runtime.Register("clone", "()Landroid/webkit/WebBackForwardList;", "GetCloneHandler", ApiSince=22)]
protected abstract Android.Webkit.WebBackForwardList? Clone ();
[<Android.Runtime.Register("clone", "()Landroid/webkit/WebBackForwardList;", "GetCloneHandler", ApiSince=22)>]
override this.Clone : unit -> Android.Webkit.WebBackForwardList

Returns

WebBackForwardList
Attributes

Remarks

Java documentation for android.webkit.WebBackForwardList.clone().

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