Package-level declarations

Types

Link copied to clipboard

A JNA binding to webview for Kotlin/JVM and Java

Link copied to clipboard
expect class WebviewKo(debug: Int = 0, libPath: String? = null)

The Kotlin Multiplatform binding to webview

actual class WebviewKo(debug: Int, libPath: String?)

The Kotlin/JVM binding to webview

actual class WebviewKo(debug: Int, libPath: String?)

The Kotlin/Native binding to webview

Link copied to clipboard
class WebviewKoAWT(debug: Int, libPath: String? = null, onCreate: Consumer<WebviewKo>) : Canvas

Swing/AWT Component support