WebViewClient.DoUpdateVisitedHistory(WebView, String, Boolean) Method

Definition

Notify the host application to update its visited links database.

[Android.Runtime.Register("doUpdateVisitedHistory", "(Landroid/webkit/WebView;Ljava/lang/String;Z)V", "GetDoUpdateVisitedHistory_Landroid_webkit_WebView_Ljava_lang_String_ZHandler")]
public virtual void DoUpdateVisitedHistory (Android.Webkit.WebView? view, string? url, bool isReload);
[<Android.Runtime.Register("doUpdateVisitedHistory", "(Landroid/webkit/WebView;Ljava/lang/String;Z)V", "GetDoUpdateVisitedHistory_Landroid_webkit_WebView_Ljava_lang_String_ZHandler")>]
abstract member DoUpdateVisitedHistory : Android.Webkit.WebView * string * bool -> unit
override this.DoUpdateVisitedHistory : Android.Webkit.WebView * string * bool -> unit

Parameters

view
WebView

The WebView that is initiating the callback.

url
String

The url being visited.

isReload
Boolean

true if this url is being reloaded.

Attributes

Remarks

Notify the host application to update its visited links database.

Java documentation for android.webkit.WebViewClient.doUpdateVisitedHistory(android.webkit.WebView, java.lang.String, boolean).

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