CustomDialogModel

class CustomDialogModel(var positiveButton: TextModel? = null, var icon: IconModel? = null, var title: TextModel? = null, var message: TextModel? = null, var positiveButtonListener: () -> Unit? = null, var negativeButton: TextModel? = null, var negativeButtonListener: () -> Unit? = null, var closeIcon: IconModel? = null, var cancelable: Boolean = true, var onCancel: () -> Unit? = null, var onDismiss: () -> Unit? = null, var widthFactor: Float? = null, var heightFactor: Float? = null)

Constructors

Link copied to clipboard
constructor(positiveButton: TextModel? = null, icon: IconModel? = null, title: TextModel? = null, message: TextModel? = null, positiveButtonListener: () -> Unit? = null, negativeButton: TextModel? = null, negativeButtonListener: () -> Unit? = null, closeIcon: IconModel? = null, cancelable: Boolean = true, onCancel: () -> Unit? = null, onDismiss: () -> Unit? = null, widthFactor: Float? = null, heightFactor: Float? = null)

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
var onCancel: () -> Unit?
Link copied to clipboard
var onDismiss: () -> Unit?
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