CefAppHandler

Implement this interface to provide handler implementations. Methods will be called by the process and/or thread indicated.

Inheritors

Functions

Link copied to clipboard
abstract fun onBeforeChildProcessLaunch(command_line: String)
Called before a child process is launched.
Link copied to clipboard
abstract 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
abstract fun onBeforeTerminate(): Boolean
Provides an opportunity to hook into the native shutdown process.
Link copied to clipboard
abstract fun onContextInitialized()
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
abstract 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
abstract fun stateHasChanged(state: CefApp.CefAppState)
Implement this method to get state changes of the CefApp.