createTimelineEventById

abstract fun createTimelineEventById(eventId: String, eventType: String, eventDate: Date, properties: Map<String, Any?>, callback: Runnable? = null)

Registers an event on the timeline of the profile with the given properties.

Parameters

eventId

The ID of the timeline event.

eventType

The type of the Timeline event.

eventDate

The time at which the Timeline event occurred.

properties

A map with properties for the event.

callback

The callback function when results are ready.