showAlert

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

Shows an alert with provided properties over the paywall UI. Will only show if the current paywall exists/is presented.