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

Attributes

Remarks

Clone the entire object to be used in the UI thread by clients of WebView. This creates a copy that should never be modified by any of the webkit package classes. On Android 4.4 and later there is no need to use this, as the object is already a read-only copy of the internal state.

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