gpgs.quests.showPopup()

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

This feature is currently only supported on Android.

Overview

Displays a popup based on the current state of the quest.

Gotchas

Popups are only displayed for quests that are accepted. If the quest is in any other state, no popup will be displayed, so you should call this upon the accept event to show a popup.

Syntax

gpgs.quests.showPopup( questId )
questId (required)

String. The quest to show a popup for.