Web Push Notifications
Add-On
Browser push notification support for re-engaging users with timely updates.
Status
In Development
Supported Version
TBD
Licensing
Free
Usage Example
Here's how you'll use Web Push Notifications with Oorian once the extension is available:
Java
// Create and configure Web Push Notifications component
WebPushNotifications component = new WebPushNotifications();
component.setWidth("100%");
component.setHeight("400px");
// Configure component options
component.setEnabled(true);
// Register for events using Oorian's event model
component.registerForEvent(this, WebPushNotificationsEvent.class);
// Add to your page
container.addElement(component);Note: This is a preview of the expected API. The actual implementation may vary slightly when released.