enableDeviceIdTracking method

void enableDeviceIdTracking()

Enable Device-id tracking. It is enabled by default, and should be called only if tracking is disabled at some point. Note: This API is only for Android Platform

Implementation

void enableDeviceIdTracking() {
  _platform.updateDeviceIdentifierTrackingStatus(appId, keyDeviceId, true);
}