incrementEvent

fun incrementEvent(eventId: String, incrementAmount: Int)

Increments an event specified by eventId by the given number of steps.

This is the fire-and-forget API. Event increments are cached locally and flushed to the server in batches.

Parameters

eventId

The event ID to increment.

incrementAmount

The amount increment by. Must be greater than or equal to 0.