WebViewClient.DoUpdateVisitedHistory(WebView, String, Boolean) 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.
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.
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.