Interface BatchResultCallback<T>


public interface BatchResultCallback<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onFailed(int errCode, String errMsg)
     
    void
    onSuccess(List<T> resp)
     
  • Method Details

    • onSuccess

      void onSuccess(List<T> resp)
    • onFailed

      void onFailed(int errCode, String errMsg)