ResultStatus enum

Enum constants for report statuses

Inheritance

Constructors

ResultStatus()
const

Values

COMPLETED → const ResultStatus

Indicates that a session (without SMS parsers) executed successfully

PARSED → const ResultStatus

Indicates that a session execution pending SMS confirmation has been parsed

INVALID_SESSION → const ResultStatus

Indicates that the session does not exist in app's sessions

UNSUPPORTED_SIM → const ResultStatus

Indicates that none of the device's SIM is supported by the session

SESSION_TIMEOUT → const ResultStatus

Indicates that the session timed-out during execution

Indicates that the menu match text didn't match that of the USSD dialog content

ACCOUNT_SUBSCRIPTION_EXPIRED → const ResultStatus

Indicates that the session owner's subscription period has elapsed

UNKNOWN_ERROR → const ResultStatus

Indicates that an unknown error occurred

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<ResultStatus>
A constant List of the values in this enum, in order of their declaration.