intercept On Insert Incoming Message
public abstract boolean interceptOnInsertIncomingMessage(ConversationType type, String targetId, String senderId, ReceivedStatus receivedStatus, MessageContent content, long sentTime)
准备插入Incoming消息的拦截回调。
Return
true 用户拦截此次消息,sdk不再做后续处理,false,交由sdk处理
Parameters
type
会话类型。
target Id
会话 id。比如私人会话时,是对方的 id; 群组会话时,是群 id; 讨论组会话时,则为该讨论组的 id。
sender Id
发送方 id
received Status
接收状态 Message.ReceivedStatus
content
消息内容。如 TextMessageImageMessage等。
sent Time
消息的发送时间 getSentTime 。