startup

open fun startup(args: Array<String>): Boolean

This method must be called at the beginning of the main() method to perform platform-specific startup initialization. On Linux this initializes Xlib multithreading and on macOS this dynamically loads the CEF framework. Can be executed in any thread.

Parameters

args

Command-line arguments were perviously used only to get CEF framework path in OSX. Now it's unused (CEF path is obtained dynamically during startup)