public static final class

LineageWeatherManager.RequestStatus

extends Object
java.lang.Object
   ↳ lineageos.weather.LineageWeatherManager.RequestStatus

Class Overview

The different request statuses

Summary

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

Constants

public static final int ALREADY_IN_PROGRESS

added in API level 8

Another request is already in progress

Constant Value: -3 (0xfffffffd)

public static final int COMPLETED

added in API level 8

Request successfully completed

Constant Value: 1 (0x00000001)

public static final int FAILED

added in API level 8

An error occurred while trying to honor the request

Constant Value: -1 (0xffffffff)

public static final int NO_MATCH_FOUND

added in API level 8

No match found for the query

Constant Value: -4 (0xfffffffc)

public static final int SUBMITTED_TOO_SOON

added in API level 8

The request can't be processed at this time

Constant Value: -2 (0xfffffffe)