Interface DeviceIdCallback

    • Method Detail

      • onDeviceIdCallbackCompleted

        void onDeviceIdCallbackCompleted​(@NonNull
                                         java.lang.String deviceId)

        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.