Iface

interface Iface

Inheritors

Functions

Link copied to clipboard
abstract fun AuthCallback_Cancel(authCallback: RObject)
Link copied to clipboard
abstract fun AuthCallback_Continue(authCallback: RObject, username: String, password: String)
Link copied to clipboard
abstract fun AuthCallback_Dispose(authCallback: RObject)
Link copied to clipboard
abstract fun Browser_CanGoBack(bid: Int): Boolean
Link copied to clipboard
abstract fun Browser_CanGoForward(bid: Int): Boolean
Link copied to clipboard
abstract fun Browser_Close(bid: Int)
Link copied to clipboard
abstract fun Browser_Create(cid: Int, handlersMask: Int, requestContextHandler: RObject): Int
Link copied to clipboard
abstract fun Browser_ExecuteJavaScript(bid: Int, code: String, url: String, line: Int)
Link copied to clipboard
abstract fun Browser_Find(bid: Int, searchText: String, forward: Boolean, matchCase: Boolean, findNext: Boolean)
Link copied to clipboard
abstract fun Browser_GetFrameCount(bid: Int): Int
Link copied to clipboard
abstract fun Browser_GetSource(bid: Int, stringVisitor: RObject)
Link copied to clipboard
abstract fun Browser_GetText(bid: Int, stringVisitor: RObject)
Link copied to clipboard
abstract fun Browser_GetURL(bid: Int): String
Link copied to clipboard
abstract fun Browser_GetZoomLevel(bid: Int): Double
Link copied to clipboard
abstract fun Browser_GoBack(bid: Int)
Link copied to clipboard
abstract fun Browser_GoForward(bid: Int)
Link copied to clipboard
abstract fun Browser_HasDocument(bid: Int): Boolean
Link copied to clipboard
abstract fun Browser_IsLoading(bid: Int): Boolean
Link copied to clipboard
abstract fun Browser_IsPopup(bid: Int): Boolean
Link copied to clipboard
abstract fun Browser_LoadURL(bid: Int, url: String)
Link copied to clipboard
Link copied to clipboard
abstract fun Browser_Reload(bid: Int)
Link copied to clipboard
abstract fun Browser_ReloadIgnoreCache(bid: Int)
Link copied to clipboard
abstract fun Browser_ReplaceMisspelling(bid: Int, word: String)
Link copied to clipboard
abstract fun Browser_SendKeyEvent(bid: Int, event_type: Int, modifiers: Int, key_char: Short, scanCode: Long, key_code: Int)
Link copied to clipboard
abstract fun Browser_SendMouseEvent(bid: Int, event_type: Int, x: Int, y: Int, modifiers: Int, click_count: Int, button: Int)
Link copied to clipboard
abstract fun Browser_SendMouseWheelEvent(bid: Int, scroll_type: Int, x: Int, y: Int, modifiers: Int, delta: Int, units_to_scroll: Int)
Link copied to clipboard
abstract fun Browser_SetFocus(bid: Int, enable: Boolean)
Link copied to clipboard
abstract fun Browser_SetFrameRate(bid: Int, val: Int)
Link copied to clipboard
abstract fun Browser_SetZoomLevel(bid: Int, val: Double)
Link copied to clipboard
abstract fun Browser_StartDownload(bid: Int, url: String)
Link copied to clipboard
abstract fun Browser_StartNativeCreation(bid: Int, url: String)
Link copied to clipboard
abstract fun Browser_StopFinding(bid: Int, clearSelection: Boolean)
Link copied to clipboard
abstract fun Browser_StopLoad(bid: Int)
Link copied to clipboard
abstract fun Browser_ViewSource(bid: Int)
Link copied to clipboard
abstract fun Browser_WasResized(bid: Int)
Link copied to clipboard
abstract fun Callback_Cancel(callback: RObject)
Link copied to clipboard
abstract fun Callback_Continue(callback: RObject)
Link copied to clipboard
abstract fun Callback_Dispose(callback: RObject)
Link copied to clipboard
Link copied to clipboard
abstract fun connect(backwardConnectionPipe: String, isMaster: Boolean): Int
Link copied to clipboard
abstract fun connectTcp(backwardConnectionPort: Int, isMaster: Boolean): Int
Link copied to clipboard
Link copied to clipboard
abstract fun CookieManager_DeleteCookies(cookieManager: RObject, url: String, cookieName: String): Boolean
Link copied to clipboard
abstract fun CookieManager_Dispose(cookieManager: RObject)
Link copied to clipboard
abstract fun CookieManager_FlushStore(cookieManager: RObject, completionCallback: RObject): Boolean
Link copied to clipboard
abstract fun CookieManager_SetCookie(cookieManager: RObject, url: String, cookie: Cookie): Boolean
Link copied to clipboard
abstract fun CookieManager_VisitAllCookies(cookieManager: RObject, visitor: RObject): Boolean
Link copied to clipboard
abstract fun CookieManager_VisitUrlCookies(cookieManager: RObject, visitor: RObject, url: String, includeHttpOnly: Boolean): Boolean
Link copied to clipboard
abstract fun echo(msg: String): String
Link copied to clipboard
abstract fun Frame_ExecuteJavaScript(frameId: Int, code: String, url: String, line: Int)
Link copied to clipboard
abstract fun log(msg: String)
Link copied to clipboard
abstract fun MessageRouter_AddHandler(msgRouter: RObject, handler: RObject, first: Boolean)
Link copied to clipboard
abstract fun MessageRouter_AddMessageRouterToBrowser(msgRouter: RObject, bid: Int)
Link copied to clipboard
abstract fun MessageRouter_CancelPending(msgRouter: RObject, bid: Int, handler: RObject)
Link copied to clipboard
abstract fun MessageRouter_Create(query: String, cancel: String): RObject
Link copied to clipboard
abstract fun MessageRouter_Dispose(msgRouter: RObject)
Link copied to clipboard
abstract fun MessageRouter_RemoveHandler(msgRouter: RObject, handler: RObject)
Link copied to clipboard
abstract fun QueryCallback_Dispose(qcallback: RObject)
Link copied to clipboard
abstract fun QueryCallback_Failure(qcallback: RObject, error_code: Int, error_message: String)
Link copied to clipboard
abstract fun QueryCallback_Success(qcallback: RObject, response: String)
Link copied to clipboard
abstract fun Request_GetHeaderByName(request: RObject, name: String): String
Link copied to clipboard
abstract fun Request_GetHeaderMap(request: RObject): Map<String, String>
Link copied to clipboard
abstract fun Request_GetPostData(request: RObject): PostData
Link copied to clipboard
abstract fun Request_Set(request: RObject, url: String, method: String, postData: PostData, headerMap: Map<String, String>)
Link copied to clipboard
abstract fun Request_SetHeaderByName(request: RObject, name: String, value: String, overwrite: Boolean)
Link copied to clipboard
abstract fun Request_SetHeaderMap(request: RObject, headerMap: Map<String, String>)
Link copied to clipboard
abstract fun Request_SetPostData(request: RObject, postData: PostData)
Link copied to clipboard
abstract fun Request_Update(request: RObject)
abstract fun RequestContext_ClearCertificateExceptions(bid: Int, completionCallback: RObject)
Link copied to clipboard
abstract fun RequestContext_CloseAllConnections(bid: Int, completionCallback: RObject)
Link copied to clipboard
abstract fun Response_GetHeaderByName(response: RObject, name: String): String
Link copied to clipboard
abstract fun Response_GetHeaderMap(response: RObject): Map<String, String>
Link copied to clipboard
abstract fun Response_SetHeaderByName(response: RObject, name: String, value: String, overwrite: Boolean)
Link copied to clipboard
abstract fun Response_SetHeaderMap(response: RObject, headerMap: Map<String, String>)
Link copied to clipboard
abstract fun Response_Update(response: RObject)
Link copied to clipboard
abstract fun SchemeHandlerFactory_Register(schemeName: String, domainName: String, schemeHandlerFactory: RObject)
Link copied to clipboard
abstract fun state(): String
Link copied to clipboard
abstract fun stop()
Link copied to clipboard
abstract fun version(): String