File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ +(void)initializePrivacyGuard:(ILogger *)logger withODWPrivacyGuardInitConfig:(O
105
105
config.UseEventFieldPrefix = [initConfigObject useEventFieldPrefix ];
106
106
config.ScanForUrls = [initConfigObject scanForUrls ];
107
107
config.DisableAdvancedScans = [initConfigObject disableAdvancedScans ];
108
+ config.StampEventIKeyForConcerns = [initConfigObject stampEventIKeyForConcerns ];
108
109
_privacyGuardPtr = std::make_shared<PrivacyGuard>(config);
109
110
LogManager::GetInstance ()->SetDataInspector (_privacyGuardPtr);
110
111
}
Original file line number Diff line number Diff line change @@ -44,6 +44,11 @@ NS_ASSUME_NONNULL_BEGIN
44
44
*/
45
45
@property (readwrite , nonatomic ) BOOL disableAdvancedScans;
46
46
47
+ /* !
48
+ @brief (OPTIONAL) Should stamp the iKey for the scanned event as an additional property on Concerns.
49
+ */
50
+ @property (readwrite , nonatomic ) BOOL stampEventIKeyForConcerns;
51
+
47
52
@end
48
53
NS_ASSUME_NONNULL_END
49
54
You can’t perform that action at this time.
0 commit comments