Event

interface Event

Properties

Link copied to clipboard
open val producer: Event.Producer

Functions

Link copied to clipboard
abstract fun attributes(): Map<String, Any>

The Event attributes for this event.

Link copied to clipboard
abstract fun name(): String

The name for the event. This value must match the Event Name used when creating the event in the Marketing Cloud UI for any action to result from tracking this event.

Link copied to clipboard
fun Event.toSFMCSdkEvent(): Event?

Convert a PushSdk Event to an SFMCSdk Event

Link copied to clipboard
open fun track()