com.google.android.gms.games.quest.Quests.AcceptQuestResult |
Result delivered when accepting a quest.
Possible status codes include:
STATUS_OK
if the request was
successful and the quest is updated after accepting.
STATUS_NETWORK_ERROR_NO_DATA
if the
device was unable to retrieve any data from the network and has no data cached locally.
STATUS_INTERNAL_ERROR
if an
unexpected error occurred in the service.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Returns | |
---|---|
Quest |
The quest that was accepted. This will be null if the accept operation did not succeed. |