Skip to main content
A handler invoked when the SDK successfully uploads a batch of events.

Syntax

Parameters

context   void*
optional
Optional context pointer to data used by the event handler. eventPipelineUploadedEvents   PFUploadedEvent The array of PFEventPipelineUploadedEvents that was uploaded. eventPipelineUploadedEventsCount   size_t The number of entries in the eventPipelineUploadedEvents array.

Return value

Type: void TBD

Remarks

Arguments besides context are owned by the SDK and only guaranteed to be valid within the callback.

Requirements

Header: PFEventPipeline.h

See also

PFEventPipeline members
Last modified on August 1, 2026