NIMSDK-iOS
载入中...
搜索中...
未找到
<NIMPassThroughManager>协议 参考

#import <NIMPassThroughManagerProtocol.h>

类 <NIMPassThroughManager> 继承关系图:

构造函数

(void) - passThroughHttpReq:completion:
 
(void) - addDelegate:
 
(void) - removeDelegate:
 

详细描述

PassThrough接口

函数文档

◆ addDelegate:

- (void) addDelegate: (id< NIMPassThroughManagerDelegate >)  delegate

添加透传管理的委托

参数
delegate透传管理委托

◆ passThroughHttpReq:completion:

- (void) passThroughHttpReq: (NIMPassThroughHttpData *)  reqData
completion: (nullable NIMPassThroughCompletedBlock completion 

透传HTTP请求到应用服务

参数
reqData透传的Http数据
completion经验操作完成后的回调 @discussion 操作成功后,云信服务器会下发禁言的群通知消息

◆ removeDelegate:

- (void) removeDelegate: (id< NIMPassThroughManagerDelegate >)  delegate

移除透传管理的委托

参数
delegate透传管理委托

该协议的文档由以下文件生成: