gpgs.snapshots.delete()

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

Overview

Delete 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 — see the next section for details.

Parameter Reference

snapshotId (required)

String. Snapshot to delete.

listener (optional)

Listener. Receives delete event.