showConfirmAlert

fun showConfirmAlert(context: Context, @StringRes message: Int, @StringRes title: Int? = null, confirmButtonListener: (d: DialogInterface) -> Unit, @StringRes confirmButtonText: Int, options: List<AlertDialogListItem>? = null): AlertDialog