TrackEventResult

data class TrackEventResult(val eventName: String, val acceptedProperties: Map<String, Any>, val droppedPropertyKeys: List<String>)

Success payload delivered to com.moengage.core.task.MoETask.onSuccess for MoEAnalyticsHelper.trackEvent(...).

Author

Gowtham KK

Since

10.0.0

Constructors

Link copied to clipboard
constructor(eventName: String, acceptedProperties: Map<String, Any>, droppedPropertyKeys: List<String>)

Properties

Link copied to clipboard

Properties accepted into the local batch.

Link copied to clipboard

Property keys that were dropped during validation.

Link copied to clipboard

The name of the event that was accepted.