WebHistoryItem.Clone Method

Definition

Clone the history item for use by clients of WebView.

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

Returns

Attributes

Remarks

Clone the history item for use by clients of WebView. 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.WebHistoryItem.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