NIMPassThroughManager Protocol Reference

Conforms to NSObject
Declared in NIMPassThroughManagerProtocol.h

Overview

Pass-through interface

– passThroughHttpReq:completion: required method

Transparently transmit HTTP requests to application services

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

Parameters

reqData

HTTP data in pass-through mode

completion

Callback for operation completion

Discussion

Transparently transmit HTTP requests to application services

If the operation is successful, CommsEase server will send a group notification message for banning

Declared In

NIMPassThroughManagerProtocol.h

– addDelegate: required method

Add a delegate for pass-though delivery management

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

Parameters

delegate

delegate for pass-though delivery management

Discussion

Add a delegate for pass-though delivery management

Declared In

NIMPassThroughManagerProtocol.h

– removeDelegate: required method

Remove a delegate for pass-though delivery management

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

Parameters

delegate

delegate for pass-though delivery management

Discussion

Remove a delegate for pass-though delivery management

Declared In

NIMPassThroughManagerProtocol.h