Interface TaxonomyCallback


  • public interface TaxonomyCallback
    • Method Detail

      • 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