Class EOS_ProgressionSnapshot_Interface

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

public class EOS_ProgressionSnapshot_Interface extends com.sun.jna.PointerType
Progression Snapshots allow you to store player specific game state.

BeginSnapshot must be called to obtain a handle for a given player. AddProgression allows you to add Key/Value pairs that represent some state for that player in the game. SubmitSnapshot sends all the progression data you have added (via AddProgression) to the service. EndSnapshot cleans up internal resources allocated for that snapshot. DeleteSnapshot wipes out all data associated with a particular player.

Since:
8/22/2023
See Also: