create Timeline Event Async
abstract suspend fun createTimelineEventAsync(eventType: String, eventDate: Date, properties: Map<String, Any?>): Result
Registers an event on the timeline of the profile with the given properties.
Note that when using this method, the ID of the timeline event will be an automatically generated UUID.
Return
The result of the operation.
Parameters
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.