Button

class Button(val button: DialogButtonType, val dismissed: Boolean) : DialogEvent

the event of a dialog button click

Parameters

button

the DialogButtonType of the button that was clicked

dismissed

the information if this button will dismiss the dialog or not

Constructors

Link copied to clipboard
constructor(button: DialogButtonType, dismissed: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
open override val dismissed: Boolean
Link copied to clipboard
open override val isPositiveButton: Boolean
Link copied to clipboard
open override val type: DialogEventType

Functions

Link copied to clipboard
open override fun toString(): String