-
- All Implemented Interfaces:
public class WebviewJNA.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final String
JNA_LIBRARY_NAME
private final Integer
WEBVIEW_HINT_NONE
private final Integer
WEBVIEW_HINT_MIN
private final Integer
WEBVIEW_HINT_MAX
private final Integer
WEBVIEW_HINT_FIXED
public final static WebviewJNA.Companion
INSTANCE
-
Method Summary
Modifier and Type Method Description final WebviewJNA.WebviewLibrary
getLibOrNull()
Return a WebviewLibrary or null (if failed) contains native webview functions. final WebviewJNA.WebviewLibrary
getLib()
Return a WebviewLibrary contains native webview functions. final WebviewJNA.WebviewLibrary
getInstance()
Same as getLib
final String
getJNA_LIBRARY_NAME()
The name of JNA LIBRARY final Integer
getWEBVIEW_HINT_NONE()
Width and height are default size final Integer
getWEBVIEW_HINT_MIN()
Width and height are minimum bounds final Integer
getWEBVIEW_HINT_MAX()
Width and height are maximum bounds final Integer
getWEBVIEW_HINT_FIXED()
Window size can not be changed by a user -
-
Method Detail
-
getLibOrNull
final WebviewJNA.WebviewLibrary getLibOrNull()
Return a WebviewLibrary or null (if failed) contains native webview functions.
-
getLib
final WebviewJNA.WebviewLibrary getLib()
Return a WebviewLibrary contains native webview functions.
-
getInstance
@Deprecated(message = "", replaceWith = @ReplaceWith(imports = {}, expression = "getLib")) final WebviewJNA.WebviewLibrary getInstance()
Same as
getLib
-
getJNA_LIBRARY_NAME
final String getJNA_LIBRARY_NAME()
The name of JNA LIBRARY
-
getWEBVIEW_HINT_NONE
final Integer getWEBVIEW_HINT_NONE()
Width and height are default size
-
getWEBVIEW_HINT_MIN
final Integer getWEBVIEW_HINT_MIN()
Width and height are minimum bounds
-
getWEBVIEW_HINT_MAX
final Integer getWEBVIEW_HINT_MAX()
Width and height are maximum bounds
-
getWEBVIEW_HINT_FIXED
final Integer getWEBVIEW_HINT_FIXED()
Window size can not be changed by a user
-
-
-
-