NIMSDK-iOS
|
#import <NIMPassThroughManagerProtocol.h>
构造函数 | |
(void) | - passThroughHttpReq:completion: |
(void) | - addDelegate: |
(void) | - removeDelegate: |
PassThrough接口
- (void) addDelegate: | (id< NIMPassThroughManagerDelegate >) | delegate |
添加透传管理的委托
delegate | 透传管理委托 |
- (void) passThroughHttpReq: | (NIMPassThroughHttpData *) | reqData | |
completion: | (nullable NIMPassThroughCompletedBlock) | completion | |
透传HTTP请求到应用服务
reqData | 透传的Http数据 |
completion | 经验操作完成后的回调 @discussion 操作成功后,云信服务器会下发禁言的群通知消息 |
- (void) removeDelegate: | (id< NIMPassThroughManagerDelegate >) | delegate |
移除透传管理的委托
delegate | 透传管理委托 |