org.usergrid.android.client.callbacks.ApiResponseCallback Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of usergrid-android-client Show documentation
Show all versions of usergrid-android-client Show documentation
A simple java client for usergrid
package org.usergrid.android.client.callbacks;
import org.usergrid.java.client.response.ApiResponse;
public interface ApiResponseCallback extends ClientCallback {
public void onResponse(ApiResponse response);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy