Determines whether automatic data collection is enabled or not.
const inAppMessaging = getInAppMessaging();const isDataCollectionEnabled = isAutomaticDataCollectionEnabled(inAppMessaging); Copy
const inAppMessaging = getInAppMessaging();const isDataCollectionEnabled = isAutomaticDataCollectionEnabled(inAppMessaging);
Determines whether automatic data collection is enabled or not.
Example