public interface IWXAPIEventHandler
| Modifier and Type | Method and Description |
|---|---|
void |
onReq(BaseReq req)
This method is called when a request is built from bundle.
当一个请求从bundle构造出来时,该方法被调用
|
void |
onResp(BaseResp resp)
This method is called when a response is built from bundle.
当一个响应从bundle构造出来时,该方法被调用
|
void onReq(BaseReq req)
req - void onResp(BaseResp resp)
resp -