NIMSDKConfigDelegate Protocol Reference
Conforms to | NSObject |
---|---|
Declared in | NIMSDKConfig.h |
– shouldIgnoreNotification:
Specify whether to ignore a notification
- (BOOL)shouldIgnoreNotification:(NIMNotificationObject *)notification
Parameters
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 *)message
Parameters
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 *)roomID
Discussion
Chat room CDN stats callback. the callback time interval is specifed in NIMSDKConfig.cdnTrackInterval
Declared In
NIMSDKConfig.h