Windows

data class Windows(val dataDir: String = System.getProperty("java.io.tmpdir") + File.separator + "wvbridge")

Windows WebView2-specific settings for JVM desktop.

Constructors

Link copied to clipboard
constructor(dataDir: String = System.getProperty("java.io.tmpdir") + File.separator + "wvbridge")

Properties

Link copied to clipboard

WebView2 user data folder. This value is required by the native backend and is passed to CreateCoreWebView2EnvironmentWithOptions.