Evaluation
Note: This library does not have Kotlin reference docs, but you can
call the Java API from Kotlin source code. To learn more, see Kotlin's
interop documentation .
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
Inherited methods
From class
java.lang.Object
Object
clone()
boolean
equals(Object arg0)
void
finalize()
final
Class <?>
getClass()
int
hashCode()
final
void
notify()
final
void
notifyAll()
String
toString()
final
void
wait(long arg0, int arg1)
final
void
wait(long arg0)
final
void
wait()
Fields
Protected constructors
Evaluation
protected Evaluation (Parcel in)
Public methods
describeContents
public int describeContents ()
equals
public boolean equals (Object o)
getMessage
public String getMessage ()
getStatus
public int getStatus ()
getValue
public Object getValue ()
hasMessage
public boolean hasMessage ()
hashCode
public int hashCode ()
readFromParcel
public void readFromParcel (Parcel in)
toJSONString
public String toJSONString ()
toString
public String toString ()
writeToParcel
public void writeToParcel (Parcel dest,
int flags)
Parameters
dest
Parcel
flags
int