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