gpgs.quests.show()

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

Overview

Shows quests. Optionally, this call can show a specific quest or filter all results.

Syntax

gpgs.quests.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.

questId (optional)

String. If provided, only this particular quest is shown.

filters (optional)

Array. Supported only on Android; populate with string elements to show only specific types of quests. Elements of this array can include: "accepted", "completed", "completed unclaimed", "ending soon", "expired", "failed", "open", "recently failed", and "upcoming".

listener (optional)

Listener. Listener function which receives a show event.