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
                  Called before a child process is launched.
Link copied to clipboard
                  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
                  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.