org.usergrid.android.client.callbacks.DeviceRegistrationCallback 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.entities.Device;
public interface DeviceRegistrationCallback extends ClientCallback {
public void onDeviceRegistration(Device device);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy