Companion

public class Companion

Functions

Link copied to clipboard
@Deprecated(message = "", replaceWith = @ReplaceWith(imports = {}, expression = "getLib"))
public final WebviewJNA.WebviewLibrary getInstance()

Same as getLib

Link copied to clipboard
public final String getJNA_LIBRARY_NAME()

The name of JNA LIBRARY

Link copied to clipboard
public final WebviewJNA.WebviewLibrary getLib()

Return a WebviewLibrary contains native webview functions.

Link copied to clipboard
public final WebviewJNA.WebviewLibrary getLibOrNull()

Return a WebviewLibrary or null (if failed) contains native webview functions.

Link copied to clipboard
public final Integer getWEBVIEW_HINT_FIXED()

Window size can not be changed by a user

Link copied to clipboard
public final Integer getWEBVIEW_HINT_MAX()

Width and height are maximum bounds

Link copied to clipboard
public final Integer getWEBVIEW_HINT_MIN()

Width and height are minimum bounds

Link copied to clipboard
public final Integer getWEBVIEW_HINT_NONE()

Width and height are default size

Properties

Link copied to clipboard
public final static WebviewJNA.Companion INSTANCE
Link copied to clipboard
private final String JNA_LIBRARY_NAME

The name of JNA LIBRARY

Link copied to clipboard
private final Integer WEBVIEW_HINT_FIXED

Window size can not be changed by a user

Link copied to clipboard
private final Integer WEBVIEW_HINT_MAX

Width and height are maximum bounds

Link copied to clipboard
private final Integer WEBVIEW_HINT_MIN

Width and height are minimum bounds

Link copied to clipboard
private final Integer WEBVIEW_HINT_NONE

Width and height are default size