> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PFStatisticsStatisticsUpdateEventConfig

> Modelo de datos de PFStatisticsStatisticsUpdateEventConfig.

Modelo de datos de PFStatisticsStatisticsUpdateEventConfig.

## Sintaxis

```cpp theme={null}
typedef struct PFStatisticsStatisticsUpdateEventConfig {  
    PFEventType eventType;  
} PFStatisticsStatisticsUpdateEventConfig;  
```

### Miembros

**`eventType`**   [PFEventType](/services/playfab/api-references/c/pftypes/enums/pfeventtype)

Tipo de evento que se emitirá cuando se actualicen las estadísticas.

## Requisitos

**Encabezado:** PFStatisticsTypes.h

## Consulte también

[Miembros de PFStatisticsTypes](/services/playfab/api-references/c/pfstatisticstypes/pfstatisticstypes_members)


## Related topics

- [PFStatisticsStatisticsEventEmissionConfig](/es/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsstatisticseventemissionconfig.md)
- [Información general de la API de C de Services - PFStatisticsTypes.h](/es/services/playfab/api-references/c/pfstatisticstypes/pfstatisticstypes_members.md)
- [PFStatisticsUpdateStatisticDefinitionRequest](/es/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsupdatestatisticdefinitionrequest.md)
- [statistic_updated](/es/services/playfab/api-references/events/Statistics/statistic-updated.md)
- [PFStatisticsStatisticUpdate](/es/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsstatisticupdate.md)
