com.google.android.gms.games.quest.QuestUpdateListener |
Listener to invoke when a quest is updated.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Called when the quest moves from another state to
STATE_COMPLETED . |
Called when the quest moves from another state to STATE_COMPLETED
.
Parameters | |
---|---|
quest |
Quest :
The newly updated quest data. The quest can be null if it could
not be loaded successfully.
|