Package com.contentstack.sdk
Interface TaxonomyCallback
public interface TaxonomyCallback
-
Method Summary
Modifier and TypeMethodDescriptionvoidonResponse(org.json.JSONObject response, Error error) This method is called wen API response gets received
-
Method Details
-
onResponse
This method is called wen API response gets received- Parameters:
response- the response of type JSONerror- the error of type @Error
-