NIMPassThroughManager Protocol Reference

Conforms to NSObject
Declared in NIMPassThroughManagerProtocol.h

Overview

PassThrough接口

– passThroughHttpReq:completion: required method

透传HTTP请求到应用服务

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

Parameters

reqData

透传的Http数据

completion

经验操作完成后的回调

Discussion

透传HTTP请求到应用服务

操作成功后,云信服务器会下发禁言的群通知消息

Declared In

NIMPassThroughManagerProtocol.h

– addDelegate: required method

添加透传管理的委托

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

Parameters

delegate

透传管理委托

Discussion

添加透传管理的委托

Declared In

NIMPassThroughManagerProtocol.h

– removeDelegate: required method

移除透传管理的委托

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

Parameters

delegate

透传管理委托

Discussion

移除透传管理的委托

Declared In

NIMPassThroughManagerProtocol.h