Browser.UpdateVisitedHistory(ContentResolver, String, Boolean) Method

Definition

Update the visited history to acknowledge that a site has been visited.

[Android.Runtime.Register("updateVisitedHistory", "(Landroid/content/ContentResolver;Ljava/lang/String;Z)V", "")]
public static void UpdateVisitedHistory (Android.Content.ContentResolver? cr, string? url, bool real);
[<Android.Runtime.Register("updateVisitedHistory", "(Landroid/content/ContentResolver;Ljava/lang/String;Z)V", "")>]
static member UpdateVisitedHistory : Android.Content.ContentResolver * string * bool -> unit

Parameters

cr
ContentResolver

The ContentResolver used to access the database.

url
String

The site being visited.

real
Boolean

If true, this is an actual visit, and should add to the number of visits. If false, the user entered it manually.

Attributes

Remarks

Update the visited history to acknowledge that a site has been visited.

Java documentation for android.provider.Browser.updateVisitedHistory(android.content.ContentResolver, 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