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

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