buildEventWithEventType method

KochavaTrackerEvent buildEventWithEventType(
  1. KochavaTrackerEventType eventType
)

Build and return an event using a Standard Event Type.

Implementation

KochavaTrackerEvent buildEventWithEventType(
  KochavaTrackerEventType eventType,
) {
  return KochavaTrackerEvent.withType(eventType);
}