Class EOS_Metrics_Interface

java.lang.Object
com.sun.jna.PointerType
host.anzo.eossdk.eos.sdk.EOS_Metrics_Interface
All Implemented Interfaces:
com.sun.jna.NativeMapped

public class EOS_Metrics_Interface extends com.sun.jna.PointerType
The Metrics Interface tracks your application's usage and populates the Game Analytics dashboard in the Developer Portal. This data includes active, online instances of the game's client and server, and past sessions played by local players. All Metrics Interface calls take a handle of type EOS_HMetrics as the first parameter. This handle can be retrieved from an EOS_HPlatform handle by using the EOS_Platform_GetMetricsInterface function.
Since:
8/21/2023
See Also: