TextInputCallback

A callback for collecting text input.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

The default text to display in the input field.

Link copied to clipboard

The prompt for the text input.

Link copied to clipboard

The text input by the user.

Functions

Link copied to clipboard
protected open override fun init(name: String, value: JsonElement)
Link copied to clipboard
open override fun payload(): JsonObject