NIMSDK-AOS
9.19.0
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:12
com.netease.nimlib.sdk.msg.model.ShowNotificationWhenRevokeFilter.showNotification
boolean showNotification(RevokeMsgNotification notification)
生成于 2024年 十月 16日 星期三 10:25:05 , 为 NIMSDK-AOS使用
1.8.13