public interface

QuestUpdateListener

com.google.android.gms.games.quest.QuestUpdateListener

Class Overview

Listener to invoke when a quest is updated.

Summary

Public Methods
abstract void onQuestCompleted(Quest quest)
Called when the quest moves from another state to STATE_COMPLETED.

Public Methods

public abstract void onQuestCompleted (Quest quest)

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.