Skip to content

Commit d0f2444

Browse files
v1.12.3
- Taxonomy query support - Early Access Feature Support
1 parent 4c25e36 commit d0f2444

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/java/com/contentstack/sdk/TaxonomyCallback.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55

66
public interface TaxonomyCallback {
77

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+
*/
813
void onResponse(JSONObject response, Error error);
914

1015
}

0 commit comments

Comments
 (0)