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 *additionalParams
Declared In
BVAnalyticEvent.h
– toRaw
required method
Converts the analytic event implementing the BVAnalyticEvent protocol to a dictionary.
- (nonnull NSDictionary *)toRaw
Return Value
The NSDictionary representation of this Bazaarvoice mobile analytic event.
Declared In
BVAnalyticEvent.h