Class AndroidLocalNotificationsService
java.lang.Object
com.gluonhq.attach.localnotifications.impl.LocalNotificationsServiceBase
com.gluonhq.attach.localnotifications.impl.AndroidLocalNotificationsService
- All Implemented Interfaces:
LocalNotificationsService
Android implementation of LocalNotificationsService.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected 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 notificationMethods inherited from class com.gluonhq.attach.localnotifications.impl.LocalNotificationsServiceBase
getNotifications
-
Constructor Details
-
AndroidLocalNotificationsService
public AndroidLocalNotificationsService()
-
-
Method Details
-
unscheduleNotification
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
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
-