Class WeatherSettings.AskedLocationFlag
- java.lang.Object
-
- de.kaffeemitkoffein.tinyweatherforecastgermany.WeatherSettings.AskedLocationFlag
-
- Enclosing class:
- WeatherSettings
public class WeatherSettings.AskedLocationFlag extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BACKGROUND_LOCATION
static int
LOCATION
static int
NONE
-
Constructor Summary
Constructors Constructor Description AskedLocationFlag()
-
-
-
Field Detail
-
NONE
public static final int NONE
- See Also:
- Constant Field Values
-
LOCATION
public static final int LOCATION
- See Also:
- Constant Field Values
-
BACKGROUND_LOCATION
public static final int BACKGROUND_LOCATION
- See Also:
- Constant Field Values
-
-