Package com.geouniq.android
Interface GeoUniq.IDeviceIdListener
- Enclosing class:
- GeoUniq
public static interface GeoUniq.IDeviceIdListener
Defines a callback method to receive the DEVICE-ID assigned by GeoUniq Platform to this device.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonDeviceIdAvailable(String deviceId) Callback method invoked to return the DEVICE-ID assigned by GeoUniq Platform to this device.
-
Method Details
-
onDeviceIdAvailable
Callback method invoked to return the DEVICE-ID assigned by GeoUniq Platform to this device.
When this method is called, the application might want to upload the provided DEVICE-ID on its own application server in order to use it when accessing resources on GeoUniq web handler.
- Parameters:
deviceId- aStringcontaining the DEVICE-ID
-