SystemBootstrap

open class SystemBootstrap

To allow customization of System.load() calls by supplying a different implementation. You'll want to call setLoader with your custom implementation before calling into any other CEF classes which then in turn will start triggering libraries to be loaded at runtime.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
interface Loader
Simple interface for how a library by name should be loaded.

Functions

Link copied to clipboard
open fun loadLibrary(libname: String)
Link copied to clipboard