enrichWith

fun enrichWith(key: String?, data: Any?)

The method to enrich this timeline event. If you provides multiple data with the same key, only first one will be kept.

Parameters

key

the key to associate data with.

data

the data to enrich with.