Type Function Return value none Revision Release 2025.3714 Keywords Google Play Games Services, game network, gpgs, snapshots, resolveConflict See also gpgs.snapshots gpgs.*
Resolves a conflict using the data from the provided snapshot. This will replace the data on the server with the specified snapshot. Note that it’s possible for this operation to result in a conflict itself, in which case the resolution process should be repeated.
gpgs.snapshots.resolveConflict( params )
Table. Contains parameters for the call — see the next section for details.
The params
table contains parameters for the call.
String. The conflict to resolve.
Snapshot. The snapshot to use to resolve the conflict.
Listener. Listener function which receives a resolveConflict event.