trackEvent abstract method

void trackEvent(
  1. String eventName,
  2. MoEProperties eventAttributes,
  3. String appId
)

Track user behaviour as events with properties eventName - Name of the Event to be tracked eventAttributes - Instance of MoEProperties appId - MoEngage App ID

Implementation

void trackEvent(
    String eventName, MoEProperties eventAttributes, String appId);