SearchManager.CursorExtraKeyInProgress Field

Definition

Boolean extra data key for a suggestion provider to return in Cursor#getExtras to indicate that the search is not complete yet.

[Android.Runtime.Register("CURSOR_EXTRA_KEY_IN_PROGRESS")]
public const string CursorExtraKeyInProgress;
[<Android.Runtime.Register("CURSOR_EXTRA_KEY_IN_PROGRESS")>]
val mutable CursorExtraKeyInProgress : string

Field Value

Attributes

Remarks

Boolean extra data key for a suggestion provider to return in Cursor#getExtras 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.

Java documentation for android.app.SearchManager.CURSOR_EXTRA_KEY_IN_PROGRESS.

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