NIMSDK-iOS
|
#import <NIMBroadcastManagerProtocol.h>
构造函数 | |
(void) | - addDelegate: |
(void) | - removeDelegate: |
广播消息协议
- (void) addDelegate: | (id< NIMBroadcastManagerDelegate >) | delegate |
添加广播消息委托
delegate | 广播通知回调 |
- (void) removeDelegate: | (id< NIMBroadcastManagerDelegate >) | delegate |
移除广播消息委托
delegate | 广播通知回调 |