Added in API level 11

OnCloseListener

interface OnCloseListener
android.widget.SearchView.OnCloseListener

Summary

Public methods
abstract Boolean

The user is attempting to close the SearchView.

Public methods

onClose

Added in API level 11
abstract fun onClose(): Boolean

The user is attempting to close the SearchView.

Return
Boolean true if the listener wants to override the default behavior of clearing the text field and dismissing it, false otherwise.