ConfirmationPopup

data class ConfirmationPopup(val title: String, val message: String, val confirmButtonText: String)

Represents a confirmation popup that should be shown before executing a ChannelAction.

Constructors

Link copied to clipboard
constructor(title: String, message: String, confirmButtonText: String)

Properties

Link copied to clipboard

The text for the positive/confirm button.

Link copied to clipboard

The message body of the confirmation dialog.

Link copied to clipboard

The title of the confirmation dialog.