BVBasePIIEvent Class Reference
| Inherits from | NSObject |
|---|---|
| Conforms to | BVAnalyticEvent |
| Declared in | BVBasePIIEvent.h |
– getNonPII:
Creates a raw dictionary event that removes any possibly personally identifiable information. These events are fine to send with IDFA.
- (nonnull NSDictionary *)getNonPII:(nullable NSDictionary *)paramsParameters
params |
The additional parameters added to the event creation |
|---|
Return Value
The fully created event that can be sent to Bazaarvoice Analytics.
Declared In
BVBasePIIEvent.h
– hasPII
Does this event have PII?
- (BOOL)hasPIIReturn Value
True if there are additional parameters added that are not explicitly white-listed.
Declared In
BVBasePIIEvent.h