createBrowser

Create a KCEFBrowser instance

Return

KCEFBrowser

Parameters

browser

the default CefBrowser to inherit from


fun createBrowser(url: String?, rendering: CefRendering = CefRendering.DEFAULT, isTransparent: Boolean = false): KCEFBrowser(source)

Create a KCEFBrowser instance

Return

KCEFBrowser

Parameters

url

the default URL to launch with

rendering

CefRendering option that specifies the CEF rendering

isTransparent

whether the browser is transparent


fun createBrowser(url: String?, rendering: CefRendering = CefRendering.DEFAULT, isTransparent: Boolean = false, context: CefRequestContext): KCEFBrowser(source)

Create a KCEFBrowser instance

Return

KCEFBrowser

Parameters

url

the default URL to launch with

rendering

CefRendering option that specifies the CEF rendering

isTransparent

whether the browser is transparent

context

CefRequestContext handling the request