All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.contentstack.sdk.TaxonomyCallback Maven / Gradle / Ivy

There is a newer version: 2.0.1
Show newest version
package com.contentstack.sdk;

import okhttp3.ResponseBody;
import org.json.JSONObject;

public interface TaxonomyCallback {

    /**
     * This method is called wen API response gets received
     * @param response the response of type JSON
     * @param error the error of type @{@link Error}
     */
    void onResponse(JSONObject response, Error error);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy