public class RevokeMsgNotification
extends java.lang.Object
implements java.io.Serializable
构造器和说明 |
---|
RevokeMsgNotification(IMMessage message,
java.lang.String attach,
java.lang.String revokeAccount,
java.lang.String customInfo,
int notificationType,
RevokeType revokeType,
java.lang.String callbackExt) |
限定符和类型 | 方法和说明 |
---|---|
java.lang.String |
getAttach()
附件信息
|
java.lang.String |
getCallbackExt() |
java.lang.String |
getCustomInfo()
获取消息撤回时设置的msg 字段(eg: 通过服务端API撤回)。
|
IMMessage |
getMessage()
获取撤回对应的消息
|
int |
getNotificationType()
获取通知类型: 1表示是离线,2表示是漫游 , 默认 0
|
java.lang.String |
getRevokeAccount()
获取撤回消息的操作帐号
|
RevokeType |
getRevokeType()
获取撤回类型:分为点对点双向撤回, 群双向撤回, 超大群双向撤回, 点对点单向撤回和未定义
|
public RevokeMsgNotification(IMMessage message, java.lang.String attach, java.lang.String revokeAccount, java.lang.String customInfo, int notificationType, RevokeType revokeType, java.lang.String callbackExt)
public IMMessage getMessage()
public java.lang.String getAttach()
public java.lang.String getRevokeAccount()
public java.lang.String getCustomInfo()
public int getNotificationType()
public RevokeType getRevokeType()
public java.lang.String getCallbackExt()