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.
Types
Functions
Add one or multiple arguments to pass to the JCef library. Arguments may contain spaces.
Assign an AppHandler to CefApp. The AppHandler can be used to evaluate application arguments, to register your own schemes and to hook into the shutdown sequence. See CefAppHandler for more details.
Clear all previous added arguments and use the specified ones to pass to the JCef library. Arguments may contain spaces.
Specify your download options.
Overwrite the buffer size to download the runtime package on the client.
Overwrite the buffer size to extract the runtime package on the client.
Sets the installation directory to use. Defaults to "./jcef-bundle".
Specify a progress listener to receive install progress updates.
Set the used runtime package to the latest release.
Specify and pin the used runtime package to a tag.
Specify the Settings to create the Cef instance.