JavaScriptExecutionWorld


public class JavaScriptExecutionWorld

This is the encapsulation of a JavaScript execution world in which to inject JavaScript.

Worlds are tied to the WebView they are registered to. Using a world with a WebView that it is not registered to will throw an error. See getExecutionWorld for creating an instance.

Summary

Constants

PAGE_WORLD_NAME

Added in 1.16.0-rc01
public static final StringPAGE_WORLD_NAME = ""

Name for the default page world.

Public methods

equals

public boolean equals(@Nullable Object o)

hashCode

public int hashCode()