WebBackForwardList.Clone Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.