Functions
| Function | Description |
|---|---|
| PFEventPipelineAddUploadingEntity | Adds an entity to an existing pipeline. All events emitted will be linked to this entity. |
| PFEventPipelineBatchUploadFailedEventHandler | A handler invoked when the SDK has attempted but failed to upload a batch of event pipeline events. It is up to the client to resubmit failed events as necessary using PFEventPipelineEmitEvent, though depending on the nature of the failure, resubmitting directly may not resolve the issue. |
| PFEventPipelineBatchUploadSucceededEventHandler | A handler invoked when the SDK successfully uploads a batch of events. |
| PFEventPipelineCloseHandle | Closes a PFEventPipelineHandle. |
| PFEventPipelineCreatePlayStreamPipelineHandle | Creates an event pipeline to upload PlayStream events using an Entity. |
| PFEventPipelineCreateTelemetryPipelineHandleWithEntity | Creates an event pipeline to upload Telemetry events using an Entity. |
| PFEventPipelineCreateTelemetryPipelineHandleWithKey | Creates an event pipeline to upload Telemetry events using a Telemetry Key. |
| PFEventPipelineDuplicateHandle | Duplicates a PFEventPipelineHandle. |
| PFEventPipelineEmitEvent | Adds a event to a pipelines buffer to be uploaded. The API will return synchronously and the event will be uploaded in the background based on the pipeline configuration. |
| PFEventPipelineRemoveUploadingEntity | Remove an entity from an existing pipeline. If a valid Telemetry Key Configuration was added at pipeline creation it will switch to it. |
| PFEventPipelineUpdateConfiguration | Update an existing pipeline configuration. |
Structures
| Structure | Description |
|---|---|
| PFEvent | Event to be uploaded to PlayFab. |
| PFEventPipelineConfig | Defines the Event Pipeline configuration. |
| PFEventPipelineTelemetryKeyConfig | Configuration struct that defines the properties required for using Telemetry Key. |
| PFUploadedEvent | Event that has been uploaded to PlayFab. Associates the service assigned ID with the clientId provided when the event was emitted. |
