NIMSDK-AOS  9.16.0
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)
 
IMMessage getMessage ()
 获取撤回对应的消息 更多...
 
String getAttach ()
 附件信息 更多...
 
String getRevokeAccount ()
 获取撤回消息的操作帐号 更多...
 
String getCustomInfo ()
 获取消息撤回时设置的msg 字段(eg: 通过服务端API撤回)。 更多...
 
int getNotificationType ()
 获取通知类型: 1表示是离线,2表示是漫游 , 默认 0 更多...
 
RevokeType getRevokeType ()
 获取撤回类型:分为点对点双向撤回, 群双向撤回, 超大群双向撤回, 点对点单向撤回和未定义 更多...
 
String getCallbackExt ()
 

详细描述

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

在文件 RevokeMsgNotification.java12 行定义.

构造及析构函数说明

◆ RevokeMsgNotification()

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

在文件 RevokeMsgNotification.java52 行定义.

成员函数说明

◆ getAttach()

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

附件信息

在文件 RevokeMsgNotification.java73 行定义.

◆ getCallbackExt()

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

在文件 RevokeMsgNotification.java105 行定义.

◆ getCustomInfo()

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

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

在文件 RevokeMsgNotification.java87 行定义.

◆ getMessage()

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

获取撤回对应的消息

在文件 RevokeMsgNotification.java66 行定义.

◆ getNotificationType()

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

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

在文件 RevokeMsgNotification.java94 行定义.

◆ getRevokeAccount()

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

获取撤回消息的操作帐号

在文件 RevokeMsgNotification.java80 行定义.

◆ getRevokeType()

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

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

在文件 RevokeMsgNotification.java101 行定义.


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