NIMSDKConfigDelegate Protocol Reference
| Conforms to | NSObject |
|---|---|
| Declared in | NIMSDKConfig.h |
– shouldIgnoreNotification:
Specify whether to ignore a notification
- (BOOL)shouldIgnoreNotification:(NIMNotificationObject *)notificationParameters
notification |
notification object |
|---|
Return Value
result
Discussion
Specify whether to ignore a notification
Declared In
NIMSDKConfig.h
– shouldIgnoreMessage:
Specify whether to ignore a message
- (BOOL)shouldIgnoreMessage:(NIMMessage *)messageParameters
message |
Message object |
|---|
Return Value
result
Discussion
Specify whether to ignore a message
Declared In
NIMSDKConfig.h
– onChatroomCdnTrack:forRoom:
Chat room CDN stats callback. the callback time interval is specifed in NIMSDKConfig.cdnTrackInterval
- (void)onChatroomCdnTrack:(NIMChatroomCdnTrackInfo *)trackInfo forRoom:(NSString *)roomIDDiscussion
Chat room CDN stats callback. the callback time interval is specifed in NIMSDKConfig.cdnTrackInterval
Declared In
NIMSDKConfig.h