ConfirmationConfig

data class ConfirmationConfig(val title: String, val message: String, val titleRes: Int, val messageRes: Int, val confirmText: String, val confirmTextRes: Int, val cancelText: String, val cancelTextRes: Int, val isDangerous: Boolean)

Constructors

Link copied to clipboard
constructor(title: String, message: String, titleRes: Int, messageRes: Int, confirmText: String, confirmTextRes: Int, cancelText: String, cancelTextRes: Int, isDangerous: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard