hyphenate_SDK3.0 3.9.9.2
hyphenate java IM SDK
Public 成员函数 | 所有成员列表
com.hyphenate.chat.EMMessageStatistics类 参考

继承自 com.hyphenate.chat.EMBase< T > .

Public 成员函数

 EMMessageStatistics (EMAMessageStatistics message)
 
String getMsgId ()
 
String getTo ()
 
String getFrom ()
 
EMMessage.Type getType ()
 
EMMessage.ChatType getChatType ()
 
long getMsgTime ()
 
EMMessage.Direct direct ()
 
long getMsgSize ()
 
long getAttachmentSize ()
 
long getThumbnailSize ()
 
String toString ()
 

成员函数说明

◆ direct()

EMMessage.Direct com.hyphenate.chat.EMMessageStatistics.direct ( )

获取消息方向。

  • SEND:该消息是当前用户发送出去的;
  • RECEIVE:该消息是当前用户接收到的。
返回
发送或接收,详见 com.hyphenate.chat.EMMessage.Direct

◆ getAttachmentSize()

long com.hyphenate.chat.EMMessageStatistics.getAttachmentSize ( )

获取消息附件的流量大小。

流量的单位为字节。

返回
附件的流量大小。

◆ getChatType()

EMMessage.ChatType com.hyphenate.chat.EMMessageStatistics.getChatType ( )

获取聊天类型。

返回
聊天类型。

◆ getFrom()

String com.hyphenate.chat.EMMessageStatistics.getFrom ( )

获取消息发送方的用户 ID。

返回
用户 ID。

◆ getMsgId()

String com.hyphenate.chat.EMMessageStatistics.getMsgId ( )

获取消息的 ID。

返回
消息 ID。

◆ getMsgSize()

long com.hyphenate.chat.EMMessageStatistics.getMsgSize ( )

获取消息体的流量大小。

流量的单位为字节。

返回
消息体的流量大小。

◆ getMsgTime()

long com.hyphenate.chat.EMMessageStatistics.getMsgTime ( )

获取消息的服务器时间戳。

该时间戳为服务器接收消息的时间,单位为毫秒。

返回
服务器接收消息的时间戳。

◆ getThumbnailSize()

long com.hyphenate.chat.EMMessageStatistics.getThumbnailSize ( )

获取缩略图的流量大小。

流量的单位为字节。

返回
缩略图的流量大小。

◆ getTo()

String com.hyphenate.chat.EMMessageStatistics.getTo ( )

获取消息接收者的用户 ID。

返回
接收者的用户 ID。

◆ getType()

EMMessage.Type com.hyphenate.chat.EMMessageStatistics.getType ( )

获取消息类型。

返回
消息类型。

该类的文档由以下文件生成: