Notification
Add in-app notifications in a single function with Onymos Notification. The easiest and fastest way to keep users notified.
Notification – solved
Delivering a quality user experience means providing notifications and information to users. Onymos cuts through the complexity and makes it simple. With all the backend plumbing in place, Notifications show up just like… a notification.
We’ve got badges
The component supports badging of an app icon to indicate the number of ‘new’ notifications.
User data normalization
All user profile attributes are normalized for easy usage within your app. For example, ‘givenName’ (Google), ‘first_name’ (Facebook), and ‘firstName’ (Apple) are all normalized into a single ‘firstName’ attribute.
Payload-specific actions
Attach a payload to the Notification to perform app-specific actions and/or routing upon receipt of Notification
Everything you need for Notification
The simplest, fastest way to add user notifications.
Match the look
Front-end configuration via standard HTML/CSS ensures the Notification Feature fits seamlessly into your existing project.
Full stack
Unlike plugins or code snippets, each Onymos component is full stack, from the user interface to the cloud layer.
No looking back
Onymos supports the Feature at every stage. Updates are as simple as rebuilding with our newest object release.
function onUserLogout() {
OnymosNotification.unregister(
userId,
function registerSuccess(message) {
console.log(message);
},
function registerFailure(error) {
console.log(error);
}
);
} /* end function */
What’s in the Notification Feature?
User interface
- Default OS-specific Native notifications UI
Device-side functionality
- Send notifications to devices associated with a user
- Setup OS specific sounds for Notification
- Setup expiry for the Notification
- Attach a payload to the Notification to perform app-specific actions and/or routing upon receipt of Notification
- Allows for foreground and background receipt of Notifications
- Perform badging of App icon to indicate number of ‘new’ notifications
- Clear all notifications in the app
Server-side functionality
- Complete server-side setup with no work required for Apple Push Notification Service (APNS) and Google’s Firebase Cloud Messaging (FCM).
Developer Resources
The Onymos advantage
UI-to-cloud functionality
Every component comes fully functional — from the front-end user interface to back-end cloud connectivity. Just integrate and use.
Serverless architecture
Notification connects directly to your cloud, not an interim server, helping speed up app performance.
Open standards-based
Innovate confidently with components built on open standards like HTML, CSS, and JS, as well as Java/Kotlin (Android) and Swift (iOS).