CefAppHandlerAdapter

An abstract adapter class for managing app handler events. The methods in this class are using a default implementation. This class exists as convenience for creating handler objects.

Inheritors

Constructors

Link copied to clipboard
constructor(args: Array<String>)

Functions

Link copied to clipboard
open fun getArgs(): Array<String>
Link copied to clipboard
open fun onBeforeChildProcessLaunch(command_line: String)
Called before a child process is launched.
Link copied to clipboard
open fun onBeforeCommandLineProcessing(process_type: String, command_line: CefCommandLine)
Provides an opportunity to view and/or modify command-line arguments before processing by CEF and Chromium.
Link copied to clipboard
Provides an opportunity to hook into the native shutdown process.
Link copied to clipboard
Called on the browser process UI thread immediately after the CEF context has been initialized.
Link copied to clipboard
Provides an opportunity to register custom schemes.
Link copied to clipboard
open fun onScheduleMessagePumpWork(delay_ms: Long)
Called from any thread when work has been scheduled for the browser process main (UI) thread.
Link copied to clipboard
Implement this method to get state changes of the CefApp.
Link copied to clipboard
open fun updateArgs(args: Array<String>)