We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0305982 commit e9ad213Copy full SHA for e9ad213
src/main/java/com/contentstack/sdk/TaxonomyCallback.java
@@ -5,6 +5,11 @@
5
6
public interface TaxonomyCallback {
7
8
+ /**
9
+ * This method is called wen API response gets received
10
+ * @param response the response of type JSON
11
+ * @param error the error of type @{@link Error}
12
+ */
13
void onResponse(JSONObject response, Error error);
14
15
}
0 commit comments