NIMSDK-iOS
|
#import <Foundation/Foundation.h>
类 | |
protocol | <NIMPassThroughManagerDelegate> |
protocol | <NIMPassThroughManager> |
变量 | |
NS_ASSUME_NONNULL_BEGIN typedef void(^ | NIMPassThroughCompletedBlock )(NIMPassThroughHttpData *__nullable response, NSError *__nullable error) |
NS_ASSUME_NONNULL_BEGIN typedef void(^ NIMPassThroughCompletedBlock) (NIMPassThroughHttpData *__nullable response, NSError *__nullable error) | ( | NIMPassThroughHttpData *__nullable | response, |
NSError *__nullable | error | ||
) |
透传HTTP请求完成的回调block
response | 透传请求的响应,如果错误则为nil |
error | 错误,如果成功则为nil |