JavaScriptExecutionWorld


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
const val PAGE_WORLD_NAME = "": String!

Name for the default page world.

Public functions

equals

fun equals(o: Any?): Boolean

hashCode

fun hashCode(): Int