Type Function Return value none Revision Release 2025.3721 Keywords Google Play Games Services, game network, gpgs, snapshots, open See also gpgs.snapshots gpgs.* 
Opens a snapshot with the given filename.
gpgs.snapshots.open( params )
Table. Contains parameters for the call — see the next section for details.
The params table contains parameters for the call.
String. The snapshot’s unique file name.
Boolean. If true, and in the case of a snapshot not being found with the specified filename, a new snapshot will be created and opened.
String. The conflict resolution policy to use for this snapshot. Possible values include:
"manual""highest progress""last known good" (default)"longest playtime""most recently modified"Listener. Listener function which receives an open event.