com.contentstack.sdk.ResultCallBack Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java Show documentation
Show all versions of java Show documentation
Java SDK for Contentstack Content Delivery API
package com.contentstack.sdk;
public interface ResultCallBack {
void onRequestFail(ResponseType responseType, Error error);
}