androidx.javascriptengine


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

Interfaces

Classes

IsolateStartupParameters

Class used to set startup parameters for JavaScriptIsolate.

JavaScriptConsoleCallback.ConsoleMessage

Representation of a console message, such as produced by console.log.

JavaScriptIsolate

Environment within a JavaScriptSandbox where JavaScript is executed.

JavaScriptSandbox

Sandbox that provides APIs for JavaScript evaluation in a restricted environment.

Message

A variant type for data that can be sent and received between two message ports.

MessagePort

Represents a single message port in a message channel.

TerminationInfo

Information about how and why an isolate has terminated.

Exceptions