toggle menu
KCEF
jvm
switch theme
search in API
jcef
/
org.cef.callback
/
CefQueryCallback
Cef
Query
Callback
interface
CefQueryCallback
Interface representing a query callback.
Inheritors
RemoteQueryCallback
Members
Functions
failure
Link copied to clipboard
abstract
fun
failure
(
error_code
:
Int
,
error_message
:
String
)
Notify the associated JavaScript onFailure callback that the query has failed.
success
Link copied to clipboard
abstract
fun
success
(
response
:
String
)
Notify the associated JavaScript onSuccess callback that the query has completed successfully.