package

androidx.javascriptengine

Overview

The androidx.javascriptengine library is a static library you can add to your Android application in order to evaluate JavaScript.

Interfaces

JavaScriptConsoleCallbackCan be associated with an isolate to receive and process console messages and events from it.

Classes

IsolateStartupParametersClass used to set startup parameters for JavaScriptIsolate.
JavaScriptConsoleCallback.ConsoleMessageRepresentation of a console message, such as produced by console.log.
JavaScriptIsolateEnvironment within a JavaScriptSandbox where JavaScript is executed.
JavaScriptSandboxSandbox that provides APIs for JavaScript evaluation in a restricted environment.
TerminationInfoInformation about how and why an isolate has terminated.

Annotation Types

ExecutionErrorTypes
JavaScriptConsoleCallback.ConsoleMessage.LevelConsole message (error) level
JavaScriptSandbox.JsSandboxFeatureA client-side feature, which may be conditional on one or more service-side features.
TerminationInfo.StatusTermination status code for an isolate.