@JvmStatic @JvmOverloads fun engagement(eventType: String, eventAttributes: Map<String, Any?>? = null): Event?
Creates an engagement event.
eventType - The name of the event.
eventAttributes - The event attributes to be associated with this event.
Return
Event or null