gpgs.snapshots.show()

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

Overview

Shows snapshots view.

Syntax

gpgs.snapshots.show(params)
params (required)

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

Parameter Reference

title (optional)

String. The title to display in the action bar of the view.

disableAdd (optional)

Boolean. If true, the Add button will not be shown.

disableDelete (optional)

Boolean. If true, the Delete button will not be shown.

limit (optional)

Integer. The maximum number of snapshots to display.

listener (optional)

Listener. Receives show event.