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

const String!

Name for the default page world.

Public functions

Boolean
equals(o: Any?)
Int

Constants

PAGE_WORLD_NAME

const val PAGE_WORLD_NAME = "": String!

Name for the default page world.

Public functions

equals

fun equals(o: Any?): Boolean

hashCode

fun hashCode(): Int