LVIMConnectState class

即时通讯网络状态

Constructors

LVIMConnectState()

Properties

hashCode int
The hash code for this object.
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

CONNECT_STATE_CONNECT_FAILED → const int
连接失败
CONNECT_STATE_CONNECT_SUCCESSED → const int
连接成功
CONNECT_STATE_CONNECT_TIMEOUT → const int
连接超时
CONNECT_STATE_PARSE_FAILED → const int
域名解析失败
CONNECT_STATE_PARSE_SUCCESSED → const int
域名解析成功
CONNECT_STATE_REQUEST_COMPLETED → const int
数据正常发送
CONNECT_STATE_RESPONSE_COMPLETED → const int
数据正常返回