AsyncIface
Functions
Link copied to clipboard
Link copied to clipboard
abstract fun AuthCallback_Continue(authCallback: RObject, username: String, password: String, 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 Browser_Create(cid: Int, handlersMask: Int, requestContextHandler: RObject, resultHandler: AsyncMethodCallback<Integer>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun Browser_GetSource(bid: Int, stringVisitor: RObject, resultHandler: AsyncMethodCallback<Void>)
Link copied to clipboard
abstract fun Browser_GetText(bid: Int, stringVisitor: RObject, 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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun Browser_ReplaceMisspelling(bid: Int, word: String, 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
abstract fun Browser_StartNativeCreation(bid: Int, url: String, resultHandler: AsyncMethodCallback<Void>)
Link copied to clipboard
abstract fun Browser_StopFinding(bid: Int, clearSelection: Boolean, 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
abstract fun connectTcp(backwardConnectionPort: Int, isMaster: Boolean, resultHandler: AsyncMethodCallback<Integer>)
Link copied to clipboard
Link copied to clipboard
abstract fun CookieManager_DeleteCookies(cookieManager: RObject, url: String, cookieName: String, resultHandler: AsyncMethodCallback<Boolean>)
Link copied to clipboard
abstract fun CookieManager_Dispose(cookieManager: RObject, resultHandler: AsyncMethodCallback<Void>)
Link copied to clipboard
abstract fun CookieManager_FlushStore(cookieManager: RObject, completionCallback: RObject, resultHandler: AsyncMethodCallback<Boolean>)
Link copied to clipboard
abstract fun CookieManager_SetCookie(cookieManager: RObject, url: String, cookie: Cookie, resultHandler: AsyncMethodCallback<Boolean>)
Link copied to clipboard
abstract fun CookieManager_VisitAllCookies(cookieManager: RObject, visitor: RObject, resultHandler: AsyncMethodCallback<Boolean>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun MessageRouter_AddHandler(msgRouter: RObject, handler: RObject, first: Boolean, resultHandler: AsyncMethodCallback<Void>)
Link copied to clipboard
abstract fun MessageRouter_AddMessageRouterToBrowser(msgRouter: RObject, bid: Int, resultHandler: AsyncMethodCallback<Void>)
Link copied to clipboard
abstract fun MessageRouter_CancelPending(msgRouter: RObject, bid: Int, handler: RObject, resultHandler: AsyncMethodCallback<Void>)
Link copied to clipboard
abstract fun MessageRouter_Create(query: String, cancel: String, resultHandler: AsyncMethodCallback<RObject>)
Link copied to clipboard
Link copied to clipboard
abstract fun MessageRouter_RemoveHandler(msgRouter: RObject, handler: RObject, resultHandler: AsyncMethodCallback<Void>)
Link copied to clipboard
abstract fun MessageRouter_RemoveMessageRouterFromBrowser(msgRouter: RObject, bid: Int, resultHandler: AsyncMethodCallback<Void>)
Link copied to clipboard
Link copied to clipboard
abstract fun QueryCallback_Failure(qcallback: RObject, error_code: Int, error_message: String, resultHandler: AsyncMethodCallback<Void>)
Link copied to clipboard
abstract fun QueryCallback_Success(qcallback: RObject, response: String, resultHandler: AsyncMethodCallback<Void>)
Link copied to clipboard
abstract fun Request_GetHeaderByName(request: RObject, name: String, resultHandler: AsyncMethodCallback<String>)
Link copied to clipboard
abstract fun Request_GetHeaderMap(request: RObject, resultHandler: AsyncMethodCallback<Map<String, String>>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun Request_SetPostData(request: RObject, postData: PostData, resultHandler: AsyncMethodCallback<Void>)
Link copied to clipboard
Link copied to clipboard
abstract fun RequestContext_ClearCertificateExceptions(bid: Int, completionCallback: RObject, resultHandler: AsyncMethodCallback<Void>)
Link copied to clipboard
abstract fun RequestContext_CloseAllConnections(bid: Int, completionCallback: RObject, resultHandler: AsyncMethodCallback<Void>)
Link copied to clipboard
abstract fun Response_GetHeaderByName(response: RObject, name: String, resultHandler: AsyncMethodCallback<String>)
Link copied to clipboard
abstract fun Response_GetHeaderMap(response: RObject, resultHandler: AsyncMethodCallback<Map<String, String>>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun SchemeHandlerFactory_Register(schemeName: String, domainName: String, schemeHandlerFactory: RObject, resultHandler: AsyncMethodCallback<Void>)