Continue

abstract fun Continue(success: Boolean, user_input: String)

Continue the JS dialog request.

Parameters

success

Set to true if the OK button was pressed.

user_input

The value should be specified for prompt dialogs.