OnDismissListener

fun interface OnDismissListener

Interface used to allow the creator of a dialog to run some code when the dialog is dismissed.

Functions

Link copied to clipboard
abstract fun onDismiss()

This method will be invoked when the dialog is dismissed.