java.lang.Object | |
↳ | lineageos.weather.LineageWeatherManager.RequestStatus |
The different request statuses
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | ALREADY_IN_PROGRESS | Another request is already in progress | |||||||||
int | COMPLETED | Request successfully completed | |||||||||
int | FAILED | An error occurred while trying to honor the request | |||||||||
int | NO_MATCH_FOUND | No match found for the query | |||||||||
int | SUBMITTED_TOO_SOON | The request can't be processed at this time |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Another request is already in progress
Request successfully completed
An error occurred while trying to honor the request
No match found for the query
The request can't be processed at this time