dexcare
/
org.dexcare.dal.exts
/
showMaterialDialog
show
Material
Dialog
fun
Context
.
showMaterialDialog
(title:
String
? = null, message:
String
? = null, positiveButtonText:
String
? = null, positiveButtonCallback: () ->
Unit
= {}, negativeButtonText:
String
? = null, negativeButtonCallback: () ->
Unit
= {}, isCancelable:
Boolean
= true)
Content copied to clipboard
An extension function that can be used to display a material dialog to the user.