Skip to main content

Notifications

The Notifications extension enables the use of Local Notifications on your device giving you the ability to easily engage your users on their device without having to setup remote notification servers.

Create useful notifications for your users increasing user engagement and bringing them back to your application.

You can give users the ability to quickly interact with your application through actions, allowing them to do common tasks quickly.

The simple API will have you up and running with notifications in just a few lines of code. Identical code base can be used across all platforms without any platfrom specific code, allowing you to develop once and deploy everywhere!

As with all our extensions you get access to a year of support and updates as we are continually improving and updating the extensions for OS updates and feature requests.

Getting started with local notifications is quick and easy!

Features

  • Custom icons;
  • Stacking (group) notifications;

  • Expanded view notifications: image, text and inbox;

  • Actions;

Documentation

The documentation site forms the best source of detailed documentation for the extension along with the asdocs.

Quick Example:

Notifications.service.notify(
new NotificationBuilder()
.setAlert( "A simple alert" )
.setTitle( "A simple notification" )
.setBody( "The body of the notification" )
.build()
);

More information here:

com.distriqt.Notifications

License

You can purchase a license for using this extension:

airnativeextensions.com

distriqt retains all copyright.