public static interface

Quests.LoadQuestsResult

implements Releasable Result
com.google.android.gms.games.quest.Quests.LoadQuestsResult

Class Overview

Result delivered when quest data has been loaded.

Possible status codes include:

Summary

Public Methods
abstract QuestBuffer getQuests()
Retrieves all loaded quests who's state is one of the states in the provided state list.
[Expand]
Inherited Methods
From interface com.google.android.gms.common.api.Releasable
From interface com.google.android.gms.common.api.Result

Public Methods

public abstract QuestBuffer getQuests ()

Retrieves all loaded quests who's state is one of the states in the provided state list.

Returns
  • A collection of quests order by last updated timestamp.