gpgs.snapshots.delete()

Type Function
Return value none
Revision Release 2024.3703
Keywords Google Play Games Services, game network, gpgs, snapshots, delete
See also gpgs.snapshots
gpgs.*

Overview

Deletes the specified snapshot. This will delete the data of the snapshot locally and on the server.

Syntax

gpgs.snapshots.delete( params )
params (required)

Table. Contains parameters for the call — see the next section for details.

Parameter Reference

The params table contains parameters for the call.

snapshot (required)

Snapshot. The snapshot to delete.

listener (optional)

Listener. Listener function which receives a delete event.