NIMSDK-AOS  10.9.76
Public 成员函数 | 所有成员列表
com.netease.nimlib.sdk.msg.model.RevokeMsgNotification类 参考

消息撤回通知实体 收到消息撤回通知后,sdk 会通知观察者,携带此对象 更多...

类 com.netease.nimlib.sdk.msg.model.RevokeMsgNotification 继承关系图:

Public 成员函数

 RevokeMsgNotification (IMMessage message, String attach, String revokeAccount, String customInfo, int notificationType, RevokeType revokeType, String callbackExt, long time)
 
IMMessage getMessage ()
 获取撤回对应的消息 更多...
 
String getAttach ()
 附件信息 更多...
 
String getRevokeAccount ()
 获取撤回消息的操作帐号 更多...
 
String getCustomInfo ()
 获取消息撤回时设置的msg 字段(eg: 通过服务端API撤回)。 更多...
 
int getNotificationType ()
 获取通知类型: 1表示是离线,2表示是漫游 , 默认 0 更多...
 
RevokeType getRevokeType ()
 获取撤回类型:分为点对点双向撤回, 群双向撤回, 超大群双向撤回, 点对点单向撤回和未定义 更多...
 
String getCallbackExt ()
 
long getTime ()
 

详细描述

消息撤回通知实体 收到消息撤回通知后,sdk 会通知观察者,携带此对象

在文件 RevokeMsgNotification.java11 行定义.

构造及析构函数说明

com.netease.nimlib.sdk.msg.model.RevokeMsgNotification.RevokeMsgNotification ( IMMessage  message,
String  attach,
String  revokeAccount,
String  customInfo,
int  notificationType,
RevokeType  revokeType,
String  callbackExt,
long  time 
)

在文件 RevokeMsgNotification.java55 行定义.

成员函数说明

String com.netease.nimlib.sdk.msg.model.RevokeMsgNotification.getAttach ( )

附件信息

在文件 RevokeMsgNotification.java77 行定义.

String com.netease.nimlib.sdk.msg.model.RevokeMsgNotification.getCallbackExt ( )

在文件 RevokeMsgNotification.java109 行定义.

String com.netease.nimlib.sdk.msg.model.RevokeMsgNotification.getCustomInfo ( )

获取消息撤回时设置的msg 字段(eg: 通过服务端API撤回)。

在文件 RevokeMsgNotification.java91 行定义.

IMMessage com.netease.nimlib.sdk.msg.model.RevokeMsgNotification.getMessage ( )

获取撤回对应的消息

在文件 RevokeMsgNotification.java70 行定义.

int com.netease.nimlib.sdk.msg.model.RevokeMsgNotification.getNotificationType ( )

获取通知类型: 1表示是离线,2表示是漫游 , 默认 0

在文件 RevokeMsgNotification.java98 行定义.

String com.netease.nimlib.sdk.msg.model.RevokeMsgNotification.getRevokeAccount ( )

获取撤回消息的操作帐号

在文件 RevokeMsgNotification.java84 行定义.

RevokeType com.netease.nimlib.sdk.msg.model.RevokeMsgNotification.getRevokeType ( )

获取撤回类型:分为点对点双向撤回, 群双向撤回, 超大群双向撤回, 点对点单向撤回和未定义

在文件 RevokeMsgNotification.java105 行定义.

long com.netease.nimlib.sdk.msg.model.RevokeMsgNotification.getTime ( )

在文件 RevokeMsgNotification.java113 行定义.


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