Added in API level 1
SearchManager.OnDismissListener
public
static
interface
SearchManager.OnDismissListener
android.app.SearchManager.OnDismissListener |
See SearchManager#setOnDismissListener
for configuring your activity to monitor
search UI state.
Summary
Public methods | |
---|---|
abstract
void
|
onDismiss()
This method will be called when the search UI is dismissed. |
Public methods
onDismiss
Added in API level 1
public abstract void onDismiss ()
This method will be called when the search UI is dismissed. To make use of it, you must
implement this method in your activity, and call
SearchManager#setOnDismissListener
to register it.