AsyncIface
Functions
Link copied to clipboard
Link copied to clipboard
abstract fun CompletionCallback_OnComplete(completionCallback: Int, resultHandler: AsyncMethodCallback<Void>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun DisplayHandler_OnAddressChange(bid: Int, frame: RObject, url: String, resultHandler: AsyncMethodCallback<Void>)
Link copied to clipboard
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
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
Link copied to clipboard
abstract fun LifeSpanHandler_OnAfterCreated(bid: Int, nativeBrowserIdentifier: Int, resultHandler: AsyncMethodCallback<Void>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun LoadHandler_OnLoadEnd(bid: Int, frame: RObject, httpStatusCode: Int, resultHandler: AsyncMethodCallback<Void>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun LoadHandler_OnLoadStart(bid: Int, frame: RObject, transition_type: Int, resultHandler: AsyncMethodCallback<Void>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun RenderHandler_GetScreenPoint(bid: Int, viewX: Int, viewY: Int, resultHandler: AsyncMethodCallback<Point>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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
Link copied to clipboard
abstract fun RequestHandler_OnRenderProcessTerminated(bid: Int, status: String, resultHandler: AsyncMethodCallback<Void>)
Link copied to clipboard
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>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun SchemeHandlerFactory_Dispose(schemeHandlerFactory: Int, resultHandler: AsyncMethodCallback<Void>)