NIMSDK-AOS  10.9.71
Public 成员函数 | 所有成员列表
com.netease.nimlib.sdk.v2.notification.V2NIMNotificationListener接口 参考

Public 成员函数

void onReceiveCustomNotifications (List< V2NIMCustomNotification > customNotifications)
 通知监听回调 更多...
 
void onReceiveBroadcastNotifications (List< V2NIMBroadcastNotification > broadcastNotifications)
 收到广播通知, 该消息从服务端API发起,所有用户均会收到 更多...
 

详细描述

在文件 V2NIMNotificationListener.java5 行定义.

成员函数说明

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收到的自定义通知内容

该接口的文档由以下文件生成: