@Retention(value=RUNTIME) @Target(value={TYPE,FIELD}) public @interface PrivacyPolicySafe
Marks an event or an event field as being "privacy policy safe" which means it is safe to collect for analytics purposes and should ignore the whitelist. Attributes marked as safe will still be passed through the allowed words dictionary filter; to avoid this, the event attribute needs to be added to the whitelist.
The default value is "true", but to explicitly mark a class or field as not being safe for analytics, set the value to "false". This will bypass any filtering functionality and exclude the event/attribute.
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
value
Deprecated.
Describes whether the event/field should be collected for analytics
|
Copyright © 2019 Atlassian. All rights reserved.