Android.App.SearchManager.CursorExtraKeyInProgress Field
Boolean extra data key for a suggestion provider to return in Android.Database.ICursor.Extras to indicate that the search is not complete yet.

Syntax

[Android.Runtime.Register("CURSOR_EXTRA_KEY_IN_PROGRESS")]
public const string CursorExtraKeyInProgress

Remarks

Boolean extra data key for a suggestion provider to return in Android.Database.ICursor.Extras to indicate that the search is not complete yet. This can be used by the search UI to indicate that a search is in progress. The suggestion provider can return partial results this way and send a change notification on the cursor when more results are available.

[Android Documentation]

Requirements

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