|
NIMSDK-AOS
10.9.71
|
Public 成员函数 | |
| void | onReceiveCustomNotifications (List< V2NIMCustomNotification > customNotifications) |
| 通知监听回调 更多... | |
| void | onReceiveBroadcastNotifications (List< V2NIMBroadcastNotification > broadcastNotifications) |
| 收到广播通知, 该消息从服务端API发起,所有用户均会收到 更多... | |
在文件 V2NIMNotificationListener.java 第 5 行定义.
| void com.netease.nimlib.sdk.v2.notification.V2NIMNotificationListener.onReceiveBroadcastNotifications | ( | List< V2NIMBroadcastNotification > | broadcastNotifications | ) |
收到广播通知, 该消息从服务端API发起,所有用户均会收到
| broadcastNotifications | 广播消息 |
| void com.netease.nimlib.sdk.v2.notification.V2NIMNotificationListener.onReceiveCustomNotifications | ( | List< V2NIMCustomNotification > | customNotifications | ) |
通知监听回调
| customNotifications | 收到的自定义通知内容 |
1.8.11