Type Function Return value none Revision Release 2024.3703 Keywords Google Play Games Services, game network, gpgs, quests, show See also gpgs.quests gpgs.*
Shows quests. Optionally, this call can show a specific quest or filter all results.
gpgs.quests.show( params )
Table. Contains parameters for the call — see the next section for details.
The params
table contains parameters for the call.
String. If provided, only this particular quest is shown.
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"
"upcoming"
.
Listener. Listener function which receives a show event.