Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Class that inherits the default CefBrowser with additional methods.
Link copied to clipboard
class KCEFBuilder
Class used to configure the JCef environment. Specify an installation directory, arguments to be passed to JCef and configure the Settings to your needs.
Link copied to clipboard
class KCEFClient(client: CefClient) : CefContextMenuHandler, CefDialogHandler, CefDisplayHandler, CefDownloadHandler, CefDragHandler, CefFocusHandler, CefPermissionHandler, CefJSDialogHandler, CefKeyboardHandler, CefLifeSpanHandler, CefLoadHandler, CefPrintHandler, CefRenderHandler, CefRequestHandler, CefWindowHandler, CefAppStateHandler, CefNative
Class that can create a KCEFBrowser instance and inherits the default CefClient methods.
Link copied to clipboard
class KCEFCookieManager @JvmOverloads constructor(_cookieManager: CefCookieManager? = scopeCatching {
CefCookieManager.getGlobalManager()
}.getOrNull())
Link copied to clipboard
Link copied to clipboard
open class KCEFResourceRequestHandler(defaultHandler: CefResourceRequestHandler?) : CefResourceRequestHandler
This class extends a default CefResourceRequestHandler with possible modifications.