Plugin that enables an application to send local notifications to the users, for example, an upcoming event or meeting. These notifications are triggered and received in the same device.
Key features
Schedule notifications to be sent at a specific time or periodically.
Update or clear previously scheduled messages.
Get a list of the previously scheduled or delivered messages.
Clear delivered notifications from the tray.
How to use this plugin?
In order to initialize and receive notification events the user has to add the NotificationsEventsEmitter webblock to the webapp. This step is particularly important and the webblock should be placed somewhere that is executed as soon as the app runs. Once the Loaded event is dispatched with success, any of the available actions can be used.
IMPORTANT NOTE:
The attribute “every” used in methods ScheduleNotifications and UpdateNotifications does not work in iOS 10 and later. This attribute is used to schedule periodic notifications.
Choose your plugin version according to the MABS version you are using to generate your mobile apps:
The latest version (7.2.0) of the Local Notifications Plugin is compatible with the supported MABS versions available:
MABS 10.0
MABS 9.0
Otherwise follow the rules:
Using MABS >= 5.0: use plugin version >= 6.0.0
Use this version when generating mobile apps for Android P. Version with support library 28.
Using MABS < 5.0: use plugin version < 6.0.0
Use this plugin version with older MABS versions.
Licensing
Local Notifications plugin for Apache CordovaApache License 2.0Copyright 2013-2016 appPlant UG, Inc. All rights reserved
Fixes
Copyright (c) 2021 OutSystems, MIT License