enableUsageStats method - SDKNativeEngine class - core.engine library - Dart API
enableUsageStats
enableUsageStats abstract method
- bool enabled
Enable or disable UsageStats for the HERE SDK.
Defaults to disabled (false). When enabled, SDKNativeEngine.getSdkUsageStats()
returns actual online data consumption. Note that the flag does not cancel pending requests.
UsageStats can be enabled or disabled at any time.
Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process.
enabledTrue, if UsageStats are enabled.
Implementation
void enableUsageStats(bool enabled);