Class AndroidLocalNotificationsService
- java.lang.Object
-
- com.gluonhq.attach.localnotifications.impl.LocalNotificationsServiceBase
-
- com.gluonhq.attach.localnotifications.impl.AndroidLocalNotificationsService
-
- All Implemented Interfaces:
LocalNotificationsService
public class AndroidLocalNotificationsService extends LocalNotificationsServiceBase
Android implementation of LocalNotificationsService.
-
-
Constructor Summary
Constructors Constructor Description AndroidLocalNotificationsService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
scheduleNotification(Notification notification)
Used by the platform-dependent implementation to scheduleNotification the notificationprotected void
unscheduleNotification(Notification notification)
Used by the platform-dependent implementation to unscheduleNotification the notification-
Methods inherited from class com.gluonhq.attach.localnotifications.impl.LocalNotificationsServiceBase
getNotifications
-
-
-
-
Method Detail
-
unscheduleNotification
protected void unscheduleNotification(Notification notification)
Description copied from class:LocalNotificationsServiceBase
Used by the platform-dependent implementation to unscheduleNotification the notification- Specified by:
unscheduleNotification
in classLocalNotificationsServiceBase
- Parameters:
notification
- to be unscheduled
-
scheduleNotification
protected void scheduleNotification(Notification notification)
Description copied from class:LocalNotificationsServiceBase
Used by the platform-dependent implementation to scheduleNotification the notification- Specified by:
scheduleNotification
in classLocalNotificationsServiceBase
- Parameters:
notification
- to be scheduled
-
-