publishEvent

abstract fun publishEvent(name: EventName, attributes: EventAttributes? = null)

Publish an event with updated EventAttributes.

Parameters

name

: EventName - Name of event to publish

attributes

: EventAttributes - Attributes of event to pass to builders.