Class CancelNotificationBroadcastReceiver
- java.lang.Object
-
- BroadcastReceiver
-
- de.kaffeemitkoffein.tinyweatherforecastgermany.CancelNotificationBroadcastReceiver
-
public class CancelNotificationBroadcastReceiver extends BroadcastReceiver
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CANCEL_NOTIFICATIONS_ACTION
static java.lang.String
CLEAR_NOTIFICATIONS_ACTION
static int
NOTIFICATION_ALARM_IDENTIFIER
-
Constructor Summary
Constructors Constructor Description CancelNotificationBroadcastReceiver()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onReceive(Context context, Intent intent)
static void
setCancelNotificationsAlarm(Context context)
-
-
-
Field Detail
-
CANCEL_NOTIFICATIONS_ACTION
public static final java.lang.String CANCEL_NOTIFICATIONS_ACTION
- See Also:
- Constant Field Values
-
CLEAR_NOTIFICATIONS_ACTION
public static final java.lang.String CLEAR_NOTIFICATIONS_ACTION
- See Also:
- Constant Field Values
-
NOTIFICATION_ALARM_IDENTIFIER
public static final int NOTIFICATION_ALARM_IDENTIFIER
- See Also:
- Constant Field Values
-
-