IMSRequestClient Class Reference

Inherits from NSObject
Declared in IMSRequestClient.h

Overview

用于发送 API 通道请求

+ asyncSendRequest:responseHandler:

异步发送请求,响应会通过主线程回调

+ (void)asyncSendRequest:(IMSRequest *)request responseHandler:(IMSResponseHandler)responseHandler

Parameters

request

请求对象

responseHandler

响应回调

Discussion

异步发送请求,响应会通过主线程回调

Declared In

IMSRequestClient.h