Interface DialogCloseListener

    • Method Detail

      • dialogClosed

        void dialogClosed​(Dialog dialog,
                          boolean modal)
        Called when a dialog has closed.
        Parameters:
        dialog - The dialog that has been closed.
        modal - Whether this was a modal dialog or not.