Browser.UpdateVisitedHistory(ContentResolver, 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.
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
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.
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.