onApiCallExecuted method

void onApiCallExecuted(
  1. String apiName,
  2. int result,
  3. String message
)

接口调用结果通知。

apiName 接口名称

result 调用结果

message 结果消息

Implementation

void onApiCallExecuted(String apiName, int result, String message) {}