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

org.usergrid.android.client.callbacks.ApiResponseCallback Maven / Gradle / Ivy

The newest version!
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