Package-level declarations
Types
Link copied to clipboard
class CustomDialogBuilder
Link copied to clipboard
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)