Android.Provider.SearchRecentSuggestions.TruncateHistory Method
Reduces the length of the history table, to prevent it from growing too large.

Syntax

[Android.Runtime.Register("truncateHistory", "(Landroid/content/ContentResolver;I)V", "GetTruncateHistory_Landroid_content_ContentResolver_IHandler")]
protected virtual void TruncateHistory (Android.Content.ContentResolver cr, int maxEntries)

Parameters

cr
Convenience copy of the content resolver.
maxEntries
Max entries to leave in the table. 0 means remove all entries.

Remarks

Reduces the length of the history table, to prevent it from growing too large.

[Android Documentation]

Requirements

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