com.google.android.gms.games.quest.Quests.LoadQuestsResult |
Result delivered when quest data has been loaded.
Possible status codes include:
STATUS_OK
if data was successfully
loaded and is up-to-date.
STATUS_NETWORK_ERROR_NO_DATA
if the
device was unable to retrieve any data from the network and has no data cached locally.
STATUS_NETWORK_ERROR_STALE_DATA
if
the device was unable to retrieve the latest data from the network, but has some data
cached locally.
STATUS_INTERNAL_ERROR
if an
unexpected error occurred in the service.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves all loaded quests who's state is one of the states in the provided state list.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Retrieves all loaded quests who's state is one of the states in the provided state list.
Returns | |
---|---|
QuestBuffer |
A collection of quests order by last updated timestamp. |