OnShowListener

fun interface OnShowListener

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

Functions

Link copied to clipboard
abstract fun onShow()

This method will be invoked when the dialog is shown.