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 voidscheduleNotification(Notification notification)Used by the platform-dependent implementation to scheduleNotification the notificationprotected voidunscheduleNotification(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:LocalNotificationsServiceBaseUsed by the platform-dependent implementation to unscheduleNotification the notification- Specified by:
unscheduleNotificationin classLocalNotificationsServiceBase- Parameters:
notification- to be unscheduled
-
scheduleNotification
protected void scheduleNotification(Notification notification)
Description copied from class:LocalNotificationsServiceBaseUsed by the platform-dependent implementation to scheduleNotification the notification- Specified by:
scheduleNotificationin classLocalNotificationsServiceBase- Parameters:
notification- to be scheduled
-
-