CefBrowserFactory
Creates a new instance of CefBrowser according the passed values
Functions
Link copied to clipboard
open fun create(client: CefClient, url: String, isOffscreenRendered: Boolean, isTransparent: Boolean, context: CefRequestContext): CefBrowser
Cef with it's own component to render either real or offscreen.
open fun create(client: CefClient, url: String, rendering: CefRendering, isTransparent: Boolean, context: CefRequestContext): CefBrowser
open fun create(client: CefClient, url: String, rendering: CefRendering, isTransparent: Boolean, context: CefRequestContext, settings: CefBrowserSettings): CefBrowser
Returns CefBrowser based on CefRendering passed.