Added in API level 14
OnDismissListener
Stay organized with collections
Save and categorize content based on your preferences.
interface OnDismissListener
Callback interface used to notify the application that the menu has closed.
Summary
Public methods | |
---|---|
abstract Unit |
Called when the associated menu has been dismissed. |
Public methods
onDismiss
Added in API level 14
abstract fun onDismiss(: PopupMenu!): Unit
Called when the associated menu has been dismissed.
Parameters | |
---|---|
menu |
PopupMenu!: the popup menu that was dismissed |