applyStateDelta

fun applyStateDelta(event: Event, stateDelta: Map<String, Any>?)

Applies the provided stateDelta to the given event.

Parameters

event

The event to modify.

stateDelta

The state changes to apply.