Added in API level 17
OnDismissListener
Stay organized with collections
Save and categorize content based on your preferences.
interface OnDismissListener
Listener to respond to the AutoCompleteTextView's completion list being dismissed.
Summary
Public methods | |
---|---|
abstract Unit |
This method will be invoked whenever the AutoCompleteTextView's list of completion options has been dismissed and is no longer available for user interaction. |
Public methods
onDismiss
Added in API level 17
abstract fun onDismiss(): Unit
This method will be invoked whenever the AutoCompleteTextView's list of completion options has been dismissed and is no longer available for user interaction.