HandleJavaScriptDialogParameter

@Serializable
data class HandleJavaScriptDialogParameter(val accept: Boolean, val promptText: String? = null)

Constructors

Link copied to clipboard
constructor(accept: Boolean, promptText: String? = null)

Properties

Link copied to clipboard

Whether to accept or dismiss the dialog.

Link copied to clipboard
val promptText: String? = null

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