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

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

There is a newer version: 0.0.6
Show newest version
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