CefSettings

open class CefSettings

Initialization settings. Specify NULL or 0 to get the recommended default values. Many of these and other settings can also configured using command- line switches.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
open inner class ColorType
32-bit ARGB color value, not premultiplied.
Link copied to clipboard
Log severity levels.

Properties

Link copied to clipboard
Opaque background color used for accelerated content.
Link copied to clipboard
The path to a separate executable that will be launched for sub-processes.
Link copied to clipboard
open var cache_path: String
The location where cache data will be stored on disk.
Link copied to clipboard
Set to true to disable configuration of browser process features using standard CEF and Chromium command-line arguments.
Link copied to clipboard
Link copied to clipboard
Custom flags that will be used when initializing the V8 JavaScript engine.
Link copied to clipboard
open var locale: String
The locale string that will be passed to Blink.
Link copied to clipboard
The fully qualified path for the locales directory.
Link copied to clipboard
open var log_file: String
The directory and file name to use for the debug log.
Link copied to clipboard
The log severity.
Link copied to clipboard
Link copied to clipboard
Set to true to disable loading of pack files for resources and locales.
Link copied to clipboard
To persist session cookies (cookies without an expiry date or validity interval) by default when using the global cookie manager set this value to true.
Link copied to clipboard
Set to a value between 1024 and 65535 to enable remote debugging on the specified port.
Link copied to clipboard
The fully qualified path for the resources directory.
Link copied to clipboard
The number of stack trace frames to capture for uncaught exceptions.
Link copied to clipboard
open var user_agent: String
Value that will be returned as the User-Agent HTTP header.
Link copied to clipboard
Value that will be inserted as the product portion of the default User-Agent string.
Link copied to clipboard
Set to true to enable windowless (off-screen) rendering support.

Functions

Link copied to clipboard
open fun clone(): CefSettings
Link copied to clipboard
Link copied to clipboard
open fun toMap(): Map<String, String>