EMStreamStatus enum

~english The stream message chunk status. ~end

~chinese 流式消息块状态。 ~end

Inheritance
Available extensions

Values

START → const EMStreamStatus

~english Stream started. ~end

~chinese 流式消息开始。 ~end

START_AND_COMPLETE → const EMStreamStatus

~english Stream started and completed in one chunk (single fragment). ~end

~chinese 流式消息开始即完成(单片流式消息)。 ~end

PROGRESS → const EMStreamStatus

~english Stream in progress. ~end

~chinese 流式消息进行中。 ~end

COMPLETE → const EMStreamStatus

~english Stream completed. ~end

~chinese 流式消息完成。 ~end

ERROR → const EMStreamStatus

~english Stream ended with error. ~end

~chinese 流式消息错误。 ~end

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
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<EMStreamStatus>
A constant List of the values in this enum, in order of their declaration.