cdp / com.salesforce.marketingcloud.cdp.events / Event / profile

profile

@JvmStatic @JvmOverloads fun profile(eventType: String, eventAttributes: Map<String, Any?>? = null): Event?

Creates a profile event.

Parameters

eventType - The name of the event.

eventAttributes - The event attributes to be associated with this event.

Return
Event or null