public abstract class BVAnalyticsEvent extends java.lang.Object implements BVAnalyticsMapper
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<java.lang.String,java.lang.Object> |
additionalParams |
| Constructor and Description |
|---|
BVAnalyticsEvent(BVEventValues.BVEventClass eventClass,
BVEventValues.BVEventType eventType) |
BVAnalyticsEvent(BVEventValues.BVEventClass eventClass,
java.lang.String customEventType) |
| Modifier and Type | Method and Description |
|---|---|
void |
setAdditionalParams(java.util.Map<java.lang.String,java.lang.Object> additionalParams) |
protected void |
setBvCommonAnalyticsParams(com.bazaarvoice.bvandroidsdk.BVCommonAnalyticsParams bvCommonAnalyticsParams) |
java.util.Map<java.lang.String,java.lang.Object> |
toRaw() |
protected java.util.Map<java.lang.String,java.lang.Object> additionalParams
public BVAnalyticsEvent(BVEventValues.BVEventClass eventClass, java.lang.String customEventType)
public BVAnalyticsEvent(BVEventValues.BVEventClass eventClass, BVEventValues.BVEventType eventType)
public void setAdditionalParams(java.util.Map<java.lang.String,java.lang.Object> additionalParams)
protected void setBvCommonAnalyticsParams(com.bazaarvoice.bvandroidsdk.BVCommonAnalyticsParams bvCommonAnalyticsParams)
public java.util.Map<java.lang.String,java.lang.Object> toRaw()
toRaw in interface BVAnalyticsMapper