public interface

PopupMenu.OnDismissListener

 androidx.appcompat.widget.PopupMenu.OnDismissListener

Overview

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

Summary

Methods
public voidonDismiss(PopupMenu menu)

Called when the associated menu has been dismissed.

Methods

public void onDismiss(PopupMenu menu)

Called when the associated menu has been dismissed.

Parameters:

menu: the popup menu that was dismissed