Interface TaxonomyCallback


public interface TaxonomyCallback
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onResponse(org.json.JSONObject response, Error error)
    This method is called wen API response gets received
  • Method Details

    • onResponse

      void onResponse(org.json.JSONObject response, Error error)
      This method is called wen API response gets received
      Parameters:
      response - the response of type JSON
      error - the error of type @Error