Companion

object Companion

Functions

Link copied to clipboard
fun getLib(libPath: String = "webview"): WebviewJNA.WebviewLibrary

Return a WebviewLibrary contains native webview functions.

Properties

Link copied to clipboard
const val JNA_LIBRARY_NAME: String

The name of0 JNA LIBRARY

Link copied to clipboard
const val WEBVIEW_HINT_FIXED: Int = 3

Window size can not be changed by a user

Link copied to clipboard
const val WEBVIEW_HINT_MAX: Int = 2

Width and height are maximum bounds

Link copied to clipboard
const val WEBVIEW_HINT_MIN: Int = 1

Width and height are minimum bounds

Link copied to clipboard
const val WEBVIEW_HINT_NONE: Int = 0

Width and height are default size