Package com.geouniq.android
Interface GeoUniq.IDeviceIdListener
-
- Enclosing class:
- GeoUniq
public static interface GeoUniq.IDeviceIdListenerDefines a callback method to receive the DEVICE-ID assigned by GeoUniq Platform to this device.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonDeviceIdAvailable(java.lang.String deviceId)Callback method invoked to return the DEVICE-ID assigned by GeoUniq Platform to this device.
-
-
-
Method Detail
-
onDeviceIdAvailable
void onDeviceIdAvailable(java.lang.String deviceId)
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
-
-