Builder

class Builder(val accept: Boolean)

Constructors

Link copied to clipboard
constructor(accept: Boolean)

Functions

Link copied to clipboard

Properties

Link copied to clipboard

Whether to accept or dismiss the dialog.

Link copied to clipboard

The text to enter into the dialog prompt before accepting. Used only if this is a prompt dialog.