init
Download, install and initialize CEF on the client.
Parameters
builder method to create a KCEFBuilder to use
an optional listener for errors
an optional listener to be notified when the application needs a restart, may happen on some platforms if CEF couldn't be initialized after downloading and installing.
Throws
if you called dispose or disposeBlocking previously
Download, install and initialize CEF on the client.
Parameters
the KCEFBuilder to use
an optional listener for errors
an optional listener to be notified when the application needs a restart, may happen on some platforms if CEF couldn't be initialized after downloading and installing.
Throws
if you called dispose or disposeBlocking previously
Mark CEF as initialized on the client.
Parameters
the initialized CefApp instance, used to create clients.