Class GadgetbridgeAPI
- java.lang.Object
-
- de.kaffeemitkoffein.tinyweatherforecastgermany.GadgetbridgeAPI
-
public class GadgetbridgeAPI extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
WEATHER_ACTION
static java.lang.String
WEATHER_EXTRA
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
sendWeatherBroadcastIfEnabled(Context context, CurrentWeatherInfo currentWeatherInfo)
-
-
-
Field Detail
-
WEATHER_EXTRA
public static final java.lang.String WEATHER_EXTRA
- See Also:
- Constant Field Values
-
WEATHER_ACTION
public static final java.lang.String WEATHER_ACTION
- See Also:
- Constant Field Values
-
-
Method Detail
-
sendWeatherBroadcastIfEnabled
public static void sendWeatherBroadcastIfEnabled(Context context, CurrentWeatherInfo currentWeatherInfo)
-
-