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

WebHistoryItem
Attributes

Remarks

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