make

fun make(context: Context, title: String? = null, message: String? = null, actionTitle: String? = null, closeActionTitle: String = "Done", action: () -> Unit? = null, onClose: () -> Unit? = null): AlertDialog(source)