Added in API level 14

OnDismissListener

interface OnDismissListener
android.widget.PopupMenu.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(menu: PopupMenu!): Unit

Called when the associated menu has been dismissed.

Parameters
menu PopupMenu!: the popup menu that was dismissed