CefQueryCallback

Interface representing a query callback.

Inheritors

Functions

Link copied to clipboard
abstract fun failure(error_code: Int, error_message: String)
Notify the associated JavaScript onFailure callback that the query has failed.
Link copied to clipboard
abstract fun success(response: String)
Notify the associated JavaScript onSuccess callback that the query has completed successfully.