AsyncIface

interface AsyncIface

Inheritors

Functions

Link copied to clipboard
abstract fun AppHandler_OnContextInitialized(resultHandler: AsyncMethodCallback<Void>)
Link copied to clipboard
abstract fun CompletionCallback_OnComplete(completionCallback: Int, resultHandler: AsyncMethodCallback<Void>)
Link copied to clipboard
abstract fun connect(resultHandler: AsyncMethodCallback<Integer>)
Link copied to clipboard
abstract fun CookieAccessFilter_CanSaveCookie(filter: Int, bid: Int, frame: RObject, request: RObject, response: RObject, cookie: List<String>, resultHandler: AsyncMethodCallback<Boolean>)
Link copied to clipboard
abstract fun CookieAccessFilter_CanSendCookie(filter: Int, bid: Int, frame: RObject, request: RObject, cookie: List<String>, resultHandler: AsyncMethodCallback<Boolean>)
Link copied to clipboard
abstract fun CookieAccessFilter_Dispose(filter: Int, resultHandler: AsyncMethodCallback<Void>)
Link copied to clipboard
abstract fun CookieVisitor_Dispose(visitor: Int, resultHandler: AsyncMethodCallback<Void>)
Link copied to clipboard
abstract fun CookieVisitor_Visit(visitor: Int, cookie: Cookie, count: Int, total: Int, resultHandler: AsyncMethodCallback<Boolean>)
Link copied to clipboard
abstract fun DisplayHandler_OnAddressChange(bid: Int, frame: RObject, url: String, resultHandler: AsyncMethodCallback<Void>)
Link copied to clipboard
abstract fun DisplayHandler_OnConsoleMessage(bid: Int, level: Int, message: String, source: String, line: Int, resultHandler: AsyncMethodCallback<Boolean>)
Link copied to clipboard
abstract fun DisplayHandler_OnStatusMessage(bid: Int, value: String, resultHandler: AsyncMethodCallback<Void>)
Link copied to clipboard
abstract fun DisplayHandler_OnTitleChange(bid: Int, title: String, resultHandler: AsyncMethodCallback<Void>)
Link copied to clipboard
abstract fun DisplayHandler_OnTooltip(bid: Int, text: String, resultHandler: AsyncMethodCallback<Boolean>)
Link copied to clipboard
abstract fun FocusHandler_OnGotFocus(bid: Int, resultHandler: AsyncMethodCallback<Void>)
Link copied to clipboard
abstract fun FocusHandler_OnSetFocus(bid: Int, source: String, resultHandler: AsyncMethodCallback<Boolean>)
Link copied to clipboard
abstract fun FocusHandler_OnTakeFocus(bid: Int, next: Boolean, resultHandler: AsyncMethodCallback<Void>)
Link copied to clipboard
abstract fun KeyboardHandler_OnKeyEvent(bid: Int, event: KeyEvent, resultHandler: AsyncMethodCallback<Boolean>)
Link copied to clipboard
abstract fun KeyboardHandler_OnPreKeyEvent(bid: Int, event: KeyEvent, resultHandler: AsyncMethodCallback<Boolean>)
Link copied to clipboard
abstract fun LifeSpanHandler_DoClose(bid: Int, resultHandler: AsyncMethodCallback<Boolean>)
Link copied to clipboard
abstract fun LifeSpanHandler_OnAfterCreated(bid: Int, nativeBrowserIdentifier: Int, resultHandler: AsyncMethodCallback<Void>)
Link copied to clipboard
abstract fun LifeSpanHandler_OnBeforeClose(bid: Int, resultHandler: AsyncMethodCallback<Void>)
Link copied to clipboard
abstract fun LifeSpanHandler_OnBeforePopup(bid: Int, frame: RObject, url: String, frameName: String, gesture: Boolean, resultHandler: AsyncMethodCallback<Boolean>)
Link copied to clipboard
abstract fun LoadHandler_OnLoadEnd(bid: Int, frame: RObject, httpStatusCode: Int, resultHandler: AsyncMethodCallback<Void>)
Link copied to clipboard
abstract fun LoadHandler_OnLoadError(bid: Int, frame: RObject, errorCode: Int, errorText: String, failedUrl: String, resultHandler: AsyncMethodCallback<Void>)
Link copied to clipboard
abstract fun LoadHandler_OnLoadingStateChange(bid: Int, isLoading: Boolean, canGoBack: Boolean, canGoForward: Boolean, resultHandler: AsyncMethodCallback<Void>)
Link copied to clipboard
abstract fun LoadHandler_OnLoadStart(bid: Int, frame: RObject, transition_type: Int, resultHandler: AsyncMethodCallback<Void>)
Link copied to clipboard
abstract fun log(msg: String, resultHandler: AsyncMethodCallback<Void>)
Link copied to clipboard
abstract fun MessageRouterHandler_Dispose(handler: Int, resultHandler: AsyncMethodCallback<Void>)
Link copied to clipboard
abstract fun MessageRouterHandler_onQuery(handler: RObject, bid: Int, frame: RObject, queryId: Long, request: String, persistent: Boolean, queryCallback: RObject, resultHandler: AsyncMethodCallback<Boolean>)
Link copied to clipboard
abstract fun MessageRouterHandler_onQueryCanceled(handler: RObject, bid: Int, frame: RObject, queryId: Long, resultHandler: AsyncMethodCallback<Void>)
Link copied to clipboard
abstract fun RenderHandler_GetScreenInfo(bid: Int, resultHandler: AsyncMethodCallback<ScreenInfo>)
Link copied to clipboard
abstract fun RenderHandler_GetScreenPoint(bid: Int, viewX: Int, viewY: Int, resultHandler: AsyncMethodCallback<Point>)
Link copied to clipboard
abstract fun RenderHandler_GetViewRect(bid: Int, resultHandler: AsyncMethodCallback<Rect>)
Link copied to clipboard
abstract fun RenderHandler_OnPaint(bid: Int, popup: Boolean, dirtyRectsCount: Int, sharedMemName: String, sharedMemHandle: Long, width: Int, height: Int, resultHandler: AsyncMethodCallback<Void>)
abstract fun RequestContextHandler_GetResourceRequestHandler(handler: Int, bid: Int, frame: RObject, request: RObject, isNavigation: Boolean, isDownload: Boolean, requestInitiator: String, resultHandler: AsyncMethodCallback<RObject>)
Link copied to clipboard
abstract fun RequestHandler_GetAuthCredentials(bid: Int, origin_url: String, isProxy: Boolean, host: String, port: Int, realm: String, scheme: String, authCallback: RObject, resultHandler: AsyncMethodCallback<Boolean>)
Link copied to clipboard
abstract fun RequestHandler_GetResourceRequestHandler(bid: Int, frame: RObject, request: RObject, isNavigation: Boolean, isDownload: Boolean, requestInitiator: String, resultHandler: AsyncMethodCallback<RObject>)
Link copied to clipboard
abstract fun RequestHandler_OnBeforeBrowse(bid: Int, frame: RObject, request: RObject, user_gesture: Boolean, is_redirect: Boolean, resultHandler: AsyncMethodCallback<Boolean>)
Link copied to clipboard
abstract fun RequestHandler_OnCertificateError(bid: Int, cert_error: String, request_url: String, sslInfo: ByteBuffer, callback: RObject, resultHandler: AsyncMethodCallback<Boolean>)
Link copied to clipboard
abstract fun RequestHandler_OnOpenURLFromTab(bid: Int, frame: RObject, target_url: String, user_gesture: Boolean, resultHandler: AsyncMethodCallback<Boolean>)
Link copied to clipboard
abstract fun RequestHandler_OnRenderProcessTerminated(bid: Int, status: String, resultHandler: AsyncMethodCallback<Void>)
Link copied to clipboard
abstract fun ResourceHandler_Cancel(resourceHandler: Int, resultHandler: AsyncMethodCallback<Void>)
Link copied to clipboard
abstract fun ResourceHandler_Dispose(resourceHandler: Int, resultHandler: AsyncMethodCallback<Void>)
Link copied to clipboard
abstract fun ResourceHandler_GetResponseHeaders(resourceHandler: Int, response: RObject, resultHandler: AsyncMethodCallback<ResponseHeaders>)
Link copied to clipboard
abstract fun ResourceHandler_ProcessRequest(resourceHandler: Int, request: RObject, callback: RObject, resultHandler: AsyncMethodCallback<Boolean>)
Link copied to clipboard
abstract fun ResourceHandler_ReadResponse(resourceHandler: Int, bytes_to_read: Int, callback: RObject, resultHandler: AsyncMethodCallback<ResponseData>)
Link copied to clipboard
abstract fun ResourceRequestHandler_Dispose(rrHandler: Int, resultHandler: AsyncMethodCallback<Void>)
abstract fun ResourceRequestHandler_GetCookieAccessFilter(rrHandler: Int, bid: Int, frame: RObject, request: RObject, resultHandler: AsyncMethodCallback<RObject>)
abstract fun ResourceRequestHandler_GetResourceHandler(rrHandler: Int, bid: Int, frame: RObject, request: RObject, resultHandler: AsyncMethodCallback<RObject>)
abstract fun ResourceRequestHandler_OnBeforeResourceLoad(rrHandler: Int, bid: Int, frame: RObject, request: RObject, resultHandler: AsyncMethodCallback<Boolean>)
abstract fun ResourceRequestHandler_OnProtocolExecution(rrHandler: Int, bid: Int, frame: RObject, request: RObject, allowOsExecution: Boolean, resultHandler: AsyncMethodCallback<Boolean>)
abstract fun ResourceRequestHandler_OnResourceLoadComplete(rrHandler: Int, bid: Int, frame: RObject, request: RObject, response: RObject, status: String, receivedContentLength: Long, resultHandler: AsyncMethodCallback<Void>)
abstract fun ResourceRequestHandler_OnResourceRedirect(rrHandler: Int, bid: Int, frame: RObject, request: RObject, response: RObject, new_url: String, resultHandler: AsyncMethodCallback<String>)
abstract fun ResourceRequestHandler_OnResourceResponse(rrHandler: Int, bid: Int, frame: RObject, request: RObject, response: RObject, resultHandler: AsyncMethodCallback<Boolean>)
Link copied to clipboard
abstract fun SchemeHandlerFactory_CreateHandler(schemeHandlerFactory: Int, bid: Int, frame: RObject, scheme_name: String, request: RObject, resultHandler: AsyncMethodCallback<RObject>)
Link copied to clipboard
abstract fun SchemeHandlerFactory_Dispose(schemeHandlerFactory: Int, resultHandler: AsyncMethodCallback<Void>)