Android.App.SearchManager.StopSearch Method
Terminate search UI.

Syntax

[Android.Runtime.Register("stopSearch", "()V", "GetStopSearchHandler")]
public virtual void StopSearch ()

See Also

SearchManager.StartSearch(string, System.Boolean, System.Boolean, System.Boolean, System.Boolean)

Remarks

Terminate search UI.

Typically the user will terminate the search UI by launching a search or by canceling. This function allows the underlying application or activity to cancel the search prematurely (for any reason).

This function can be safely called at any time (even if no search is active.)

[Android Documentation]

Requirements

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