androidx.javascriptengine
The androidx.javascriptengine library is a static library you can add to your Android application in order to evaluate JavaScript.
Classes
IsolateStartupParameters |
Class used to set startup parameters for |
JavaScriptIsolate |
Environment within a |
JavaScriptSandbox |
Sandbox that provides APIs for JavaScript evaluation in a restricted environment. |
Exceptions
EvaluationFailedException |
Wrapper for the exception thrown by the JS evaluation engine. |
IsolateTerminatedException |
Exception thrown when evaluation is terminated due to the |
JavaScriptException |
Super class for all exceptions resolved by |
MemoryLimitExceededException |
Indicates that a JavaScriptIsolate's evaluation failed due to exceeding its heap size limit. |
SandboxDeadException |
Exception thrown when evaluation is terminated due the |
SandboxUnsupportedException |
Exception thrown when attempting to create a |