No examples for this method.
Frequently called with: [Clear]
-1
| android.app.SearchManager.OnCancelListener |
See setOnCancelListener(SearchManager.OnCancelListener) for configuring your activity to monitor search UI state.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
This method will be called when the search UI is canceled.
|
|||||||||
This method will be called when the search UI is canceled. To make use if it, you must implement this method in your activity, and call setOnCancelListener(SearchManager.OnCancelListener) to register it.