gpgs.snapshots.show()

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

Overview

Shows the snapshots view.

Syntax

gpgs.snapshots.show( 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.

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)

Number. The maximum number of snapshots to display.

listener (optional)

Listener. Listener function which receives a show event.