PopupMenu.OnDismissListener

interface PopupMenu.OnDismissListener


Callback interface used to notify the application that the menu has closed.

Summary

Public functions

Unit

Called when the associated menu has been dismissed.

Public functions

onDismiss

Added in 1.1.0
fun onDismiss(menu: PopupMenu!): Unit

Called when the associated menu has been dismissed.

Parameters
menu: PopupMenu!

the popup menu that was dismissed