AlertData
data class AlertData(val title: String? = null, val titleRes: ERROR CLASS: Symbol not found for StringResource?? = null, val message: String? = null, val messageRes: ERROR CLASS: Symbol not found for StringResource?? = null, val composableMessage: ComposableContent? = null, val html: String? = null, val icon: ERROR CLASS: Symbol not found for ImageVector?? = null, val onConfirm: () -> Unit? = null, val onDismiss: () -> Unit? = null, val confirmText: String? = null, val confirmTextRes: ERROR CLASS: Symbol not found for StringResource?? = null, val dismissText: String? = null, val dismissTextRes: ERROR CLASS: Symbol not found for StringResource?? = null, val choices: Map<String, () -> Unit> = emptyMap(), val dismissable: Boolean = true)(source)
Constructors
Link copied to clipboard
constructor(title: String? = null, titleRes: ERROR CLASS: Symbol not found for StringResource?? = null, message: String? = null, messageRes: ERROR CLASS: Symbol not found for StringResource?? = null, composableMessage: ComposableContent? = null, html: String? = null, icon: ERROR CLASS: Symbol not found for ImageVector?? = null, onConfirm: () -> Unit? = null, onDismiss: () -> Unit? = null, confirmText: String? = null, confirmTextRes: ERROR CLASS: Symbol not found for StringResource?? = null, dismissText: String? = null, dismissTextRes: ERROR CLASS: Symbol not found for StringResource?? = null, choices: Map<String, () -> Unit> = emptyMap(), dismissable: Boolean = true)