Interface CefJSDialogCallback


  • public interface CefJSDialogCallback
    Callback interface used for asynchronous continuation of JavaScript dialog requests.
    • Method Detail

      • Continue

        void Continue​(boolean success,
                      java.lang.String user_input)
        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.