Public 成员函数 | |
void | onRecvC2CTextMessage (String msgID, V2TIMUserInfo sender, String text) |
void | onRecvC2CCustomMessage (String msgID, V2TIMUserInfo sender, byte[] customData) |
void | onRecvGroupTextMessage (String msgID, String groupID, V2TIMGroupMemberInfo sender, String text) |
void | onRecvGroupCustomMessage (String msgID, String groupID, V2TIMGroupMemberInfo sender, byte[] customData) |
|
inline |
收到 C2C 文本消息
msgID | 消息唯一标识 |
sender | 发送方信息 |
text | 发送内容 |
|
inline |
收到 C2C 自定义(信令)消息
msgID | 消息唯一标识 |
sender | 发送方信息 |
customData | 发送内容 |
|
inline |
收到群文本消息
msgID | 消息唯一标识 |
groupID | 群 ID |
sender | 发送方群成员信息 |
text | 发送内容 |
|
inline |
收到群自定义(信令)消息
msgID | 消息唯一标识 |
groupID | 群 ID |
sender | 发送方群成员信息 |
customData | 发送内容 |