FormResubmissionEvent

class FormResubmissionEvent(val view: WebView, val dontResend: Message, val resend: Message) : SyncHandlerEvent

As the host application if the browser should resend data as the requested page was a result of a POST. The default is to not resend the data.

Constructors

Link copied to clipboard
constructor(view: WebView, dontResend: Message, resend: Message)

Properties

Link copied to clipboard

The message to send if the browser should not resend

Link copied to clipboard
Link copied to clipboard

The message to send if the browser should resend data

Link copied to clipboard

The WebView that is initiating the callback.

Functions

Link copied to clipboard