public interface IApiHook
| 限定符和类型 | 方法和说明 |
|---|---|
void |
onRequest(String apiName,
BaseRequest request,
Object data,
Class dataClass) |
void |
onRequestData(String apiName,
Object data,
Class dataClass) |
void |
onResponse(String apiName,
ResponseType type,
BaseResponse response) |
void |
onResponseData(String apiName,
ResponseType type,
BaseResponse data,
Class dataClass) |
void onRequest(String apiName, BaseRequest request, Object data, Class dataClass)
void onResponse(String apiName, ResponseType type, BaseResponse response)
void onResponseData(String apiName, ResponseType type, BaseResponse data, Class dataClass)
Copyright © 2016. All rights reserved.