LVIMVideoMsg class
Constructors
Properties
- cmdType ↔ int
-
消息类型
read / writeinherited
- cmsgid ↔ int
-
客户端消息ID
read / writeinherited
- ctime ↔ int
-
客户端时间戳
read / writeinherited
- dbid ↔ int
-
本地数据库ID
read / writeinherited
- duration ↔ String
-
时间
read / write
- extend1 ↔ String
-
扩展内容1(一般为msgType)
read / writeinherited
- extend2 ↔ String
-
扩展内容2
read / writeinherited
- extend3 ↔ String
-
扩展内容3
read / writeinherited
- extend4 ↔ dynamic
-
扩展内容4(二进制)
read / writeinherited
- extend5 ↔ String
-
扩展内容5
read / writeinherited
- extend6 ↔ String
-
扩展内容6
read / writeinherited
- fromID ↔ String
-
来源ID(发送者ID)
read / writeinherited
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- hdelay ↔ int
-
HTTP请求耗时
read / writeinherited
- hpath ↔ String
-
HTTP请求地址
read / writeinherited
- httpResponseCode ↔ int
-
HTTP相应代码
read / writeinherited
- image ↔ String
-
图片
read / write
- imageFile ↔ Map
-
图片key及地址等信息
read / write
- imageSize ↔ String
-
图片大小
read / write
- isReaded ↔ int
-
消息是否已读(目前只有客服接口有)
read / writeinherited
- msgContent ↔ String
-
消息内容
read / writeinherited
- needSaveToDB ↔ int
-
是否保存数据库
read / write
- origin ↔ int
-
消息来源
read / writeinherited
- pushTitle ↔ String
-
推送标题
read / writeinherited
- qdelay ↔ int
-
请求耗时
read / writeinherited
- requestID ↔ String
-
请求UUID
read / writeinherited
- responseContent ↔ String
-
HTTP响应消息
read / writeinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- sdelay ↔ int
-
服务端响应耗时
read / writeinherited
- sendState ↔ LVIMMsgState
-
消息发送状态
read / writeinherited
- sequence ↔ int
-
消息序列号
read / writeinherited
- serviceResponseCode ↔ int
-
服务响应代码
read / writeinherited
- smsgid ↔ int
-
服务端消息ID
read / writeinherited
- stime ↔ int
-
服务端时间戳
read / writeinherited
- subType ↔ int
-
内容类型
read / writeinherited
- tempLocalPath ↔ String
-
临时本地路径(图片/音频等)
read / writeinherited
- thumbnailImage ↔ String
-
缩略图图片
read / write
- thumbnailImageFile ↔ Map
-
缩略图图片key及地址等信息
read / write
- thumbnailImageSize ↔ String
-
缩略图图片大小
read / write
- toID ↔ String
-
目标ID(接受者ID)
read / writeinherited
- videoFile ↔ Map
-
视频key及地址等信息
read / write
- videoSize ↔ String
-
视频分辨率
read / write
Methods
-
convertFromMap(
dynamic args) → void -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toMap(
) → Map -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited