com.google.android.gms.appstate.AppStateManager.StateListResult |
Result delivered when app state 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
communicate with the network and has no local data available.STATUS_NETWORK_ERROR_STALE_DATA
if the device was unable to
retrieve the latest data from the network.STATUS_CLIENT_RECONNECT_REQUIRED
if the client needs to reconnect
to the service to access this data.STATUS_INTERNAL_ERROR
if an unexpected error occurred in the
service.Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
AppState
objects for this app. Guaranteed to be
non-null, but may be empty.