create Timeline Event By Id
open override fun createTimelineEventById(eventId: String, eventType: String, eventDate: Date, properties: Map<String, Any?>, callback: Runnable?)
Registers an event on the timeline of the profile with the given properties.
Parameters
event Id
The ID of the timeline event.
event Type
The type of the Timeline event.
event Date
The time at which the Timeline event occurred.
properties
A map with properties for the event.
callback
The callback function when results are ready.