org.usergrid.android.client.callbacks.ClientCallback 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;
public interface ClientCallback {
public void onResponse(T response);
public void onException(Exception e);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy