NIMSDK-AOS
10.9.50
首页
相关页面
包
类
文件
文件列表
basesdk
src
com
netease
nimlib
sdk
msg
model
ShowNotificationWhenRevokeFilter.java
浏览该文件的文档.
1
package
com.netease.nimlib.sdk.msg.model;
2
3
public
interface
ShowNotificationWhenRevokeFilter
{
4
boolean
showNotification
(
RevokeMsgNotification
notification);
5
}
com.netease.nimlib.sdk.msg.model.ShowNotificationWhenRevokeFilter
Definition:
ShowNotificationWhenRevokeFilter.java:3
com.netease.nimlib.sdk.msg.model.RevokeMsgNotification
消息撤回通知实体 收到消息撤回通知后,sdk 会通知观察者,携带此对象
Definition:
RevokeMsgNotification.java:11
com.netease.nimlib.sdk.msg.model.ShowNotificationWhenRevokeFilter.showNotification
boolean showNotification(RevokeMsgNotification notification)
生成于 2025年 九月 12日 星期五 10:22:50 , 为 NIMSDK-AOS使用
1.8.11