Flush Cached Events (FlushINTLEvents) [Player Network SDK only]
[Player Network SDK only] Flushes cached events.
note
You must initialize the Analytics module before calling any Analytics module features.
Supported platforms
- Unity
- Unreal Engine
Supports
Android, iOS platform.Supports
Android, iOS platform.Function Definition
- Unity
- Unreal Engine
void FlushINTLEvents();
static void FlushINTLEvents();
Code Example
- Unity
- Unreal Engine
UnionAdapterAPI.GetReportService().FlushINTLEvents();
GUA_NAMESPACE::GUAReportService::FlushINTLEvents();