Evaluation


class Evaluation : JSONAble, Parcelable


Represents the results of a Javascript execution.

Summary

Protected constructors

Public properties

String!
Int
Any!

Constants

CREATOR

const val CREATORParcelable.Creator<Evaluation!>!

Protected constructors

Evaluation

protected Evaluation(in: Parcel!)

Public functions

describeContents

fun describeContents(): Int

equals

fun equals(o: Any!): Boolean

hasMessage

fun hasMessage(): Boolean

hashCode

fun hashCode(): Int

readFromParcel

fun readFromParcel(in: Parcel!): Unit

toJSONString

fun toJSONString(): String!

toString

fun toString(): String!

writeToParcel

fun writeToParcel(dest: Parcel, flags: Int): Unit

Public properties

message

val messageString!

status

val statusInt

value

val valueAny!