shouldDismissDialog

abstract fun shouldDismissDialog(isDismissDialog: Boolean)

Called when the fragment wants to notify the parent whether the dialog should be dismissed or not.

Parameters

isDismissDialog

Pass true to dismiss the dialog, false to keep it open.