Android.Provider.Browser.UpdateVisitedHistory Method
Update the visited history to acknowledge that a site has been visited.

Syntax

[Android.Runtime.Register("updateVisitedHistory", "(Landroid/content/ContentResolver;Ljava/lang/String;Z)V", "")]
public static void UpdateVisitedHistory (Android.Content.ContentResolver cr, string url, bool real)

Parameters

cr
The ContentResolver used to access the database.
url
The site being visited.
real
If true, this is an actual visit, and should add to the number of visits. If false, the user entered it manually.

Remarks

Requirements

Namespace: Android.Provider
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1