NIMPassThroughManager Protocol Reference
| Conforms to | NSObject |
|---|---|
| Declared in | NIMPassThroughManagerProtocol.h |
– passThroughHttpReq:completion:
required method
Transparently transmit HTTP requests to application services
- (void)passThroughHttpReq:(NIMPassThroughHttpData *)reqData completion:(nullable NIMPassThroughCompletedBlock)completionParameters
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>)delegateParameters
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>)delegateParameters
delegate |
delegate for pass-though delivery management |
|---|
Discussion
Remove a delegate for pass-though delivery management
Declared In
NIMPassThroughManagerProtocol.h