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

static final String

Name for the default page world.

Public methods

boolean
int

Constants

PAGE_WORLD_NAME

public static final String PAGE_WORLD_NAME = ""

Name for the default page world.

Public methods

equals

public boolean equals(@Nullable Object o)

hashCode

public int hashCode()