Package-level declarations

Types

Link copied to clipboard
abstract class InfoBody

Defined implementations of a body for the info dialog.

Link copied to clipboard
class InfoSelection(val withButtonView: Boolean = true, val extraButton: SelectionButton? = null, val onExtraButtonClick: () -> Unit? = null, val negativeButton: SelectionButton? = BaseConstants.DEFAULT_NEGATIVE_BUTTON, val onNegativeClick: () -> Unit? = null, val positiveButton: SelectionButton = BaseConstants.DEFAULT_POSITIVE_BUTTON, val onPositiveClick: () -> Unit? = null) : BaseSelection

The selection configuration for the info dialog.