Evaluation
This package is part of the
Android support library which
is no longer maintained.
The support library has been superseded by AndroidX
which is part of Jetpack .
We recommend using the AndroidX libraries in all new projects. You should also consider
migrating existing projects to AndroidX.
To find the AndroidX class that maps to this deprecated class, see the AndroidX
support library class
mappings .
public
final
class
Evaluation
extends Object
implements
JSONAble ,
Parcelable
Represents the results of a Javascript execution.
Summary
Inherited constants
From
interface
android.os.Parcelable
int
CONTENTS_FILE_DESCRIPTOR
int
PARCELABLE_WRITE_RETURN_VALUE
Fields
Protected constructors
Evaluation
Evaluation (Parcel in)
Public methods
describeContents
int describeContents ()
equals
boolean equals (Object o)
getMessage
String getMessage ()
getStatus
int getStatus ()
hasMessage
boolean hasMessage ()
readFromParcel
void readFromParcel (Parcel in)
toJSONString
String toJSONString ()
writeToParcel
void writeToParcel (Parcel dest,
int flags)
Parameters
dest
Parcel
flags
int
Content and code samples on this page are subject to the licenses described in the Content License . Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[null,null,["Last updated 2025-02-10 UTC."],[],[]]