DeviceIdCallback (API Reference)
Package com.here.sdk.core.engine
Interface DeviceIdCallback
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
This method will be called on the main thread when SDKNativeEngine.getDeviceId(com.here.sdk.core.engine.DeviceIdCallback) has been completed.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonDeviceIdCallbackCompleted(String deviceId) This method will be called on the main thread whenSDKNativeEngine.getDeviceId(com.here.sdk.core.engine.DeviceIdCallback)has been completed.
-
Method Details
-
onDeviceIdCallbackCompleted
This method will be called on the main thread when
SDKNativeEngine.getDeviceId(com.here.sdk.core.engine.DeviceIdCallback)has been completed.- Parameters:
deviceId-Represents a deviceId, a unique identifier assigned to the device for this application.
-