Package-level declarations

Types

Link copied to clipboard

A switch that can be passed to Chromium.

A switch that can be passed to Chromium.

Link copied to clipboard
value class GoogleApiKey(value: String)
value class GoogleApiKey(value: String)

A simple, secure string that identifies the calling program within Google services.

Link copied to clipboard
value class GoogleClientId(value: String)
value class GoogleClientId(value: String)

A public identifier of your application within GCP.

Link copied to clipboard
value class GoogleClientSecret(value: String)
value class GoogleClientSecret(value: String)

A confidential string known only to the application and the authorization server.

Link copied to clipboard

Configures Google-specific options for Engine.

Link copied to clipboard

Configures options for Engine.

Link copied to clipboard

Configures schemes' callbacks.

Link copied to clipboard
value class UserAgent(value: String)
value class UserAgent(value: String)

A characteristic string that provides information about the user's device and browser, accessing the Web.

Functions

Link copied to clipboard

Creates a new instance of EngineOptions with the given renderingMode.

inline fun EngineOptions(renderingMode: RenderingMode, configuration: OptionsDsl.() -> Unit): EngineOptions
inline fun EngineOptions(renderingMode: RenderingMode, configuration: OptionsDsl.() -> Unit): EngineOptions

Creates a new instance of EngineOptions with the given renderingMode and configuration.