![JAR search and dependency download from the Maven repository](/logo.png)
com.contentstack.sdk.IRequestModelHTTP Maven / Gradle / Ivy
package com.contentstack.sdk;
import org.json.JSONObject;
/**
* IRequestModelHTTP Interface
*/
public interface IRequestModelHTTP {
void sendRequest();
void onRequestFailed(JSONObject error, int statusCode, ResultCallBack callBackObject);
void onRequestFinished(CSHttpConnection request);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy