BVAnalyticEvent Protocol Reference
| Conforms to | NSObject |
|---|---|
| Declared in | BVAnalyticEvent.h |
additionalParams
required method
Other transaction parameters such as user email.
@property (nullable, nonatomic, strong) NSDictionary *additionalParamsDeclared In
BVAnalyticEvent.h
– toRaw
required method
Converts the analytic event implementing the BVAnalyticEvent protocol to a dictionary.
- (nonnull NSDictionary *)toRawReturn Value
The NSDictionary representation of this Bazaarvoice mobile analytic event.
Declared In
BVAnalyticEvent.h