Handling Notification Setting
In this video tutorial you will understand about how to use notification settings in your web app.
1. Configuring Notification Settings
Notification Settings is a feature that lets you customize your notifications. Let's understand how to implement them.
For this go to the Builder Settings at the bottom-left. When you hover the mouse on it, it will display a list of options. Now choose App Settings followed by the Advanced button. It will again display a lit of options from which you can choose Notification Settings.
2. Customization Options in Notifications
You can create custom notifications via this feature. The types of controls include:
1. Close Button
As the name suggest this option shows the 'Close' button notification.
Let's say the Close Button option is - Yes.
2. Progress Bar
Progress bar is an animation that states the visual feedback on the status of the tasks.
Let's say the Progress Bar option is - Yes.
3. Show Easing
Easing specify the speed at which an animation progresses at different points within the animation.
Linear: Animation will progress at a constant pace throughout.
Swing: Animation progresses slightly slower than at the beginning and middle of it.
Let's say the Show Easing option is - Swing.
4. Hide Easing
This hides the animation.
For instance,
5. Show Duration
This option is for the seconds the notification is displayed.
Let's say the Show Duration is set as 300
6. Time Out
This option displays the duration it takes for the notification to time out fully.
Let's say the Time Out is set as 1000
7. Newest on Top
This option display the latest notification first.
Let's say the Newest on Top is Yes
8. Position Class
This option displays the notification as per the defined order, be it top-right, top-left and so on.
Let's say the Position Class is Top Left
Conclusion
By allowing you to choose the types of notifications you receive, how frequently you receive them, and how they are delivered, you can customize your notification experience to suit your preferences and needs. This ensures that you only receive relevant and important notifications, enhancing your overall user experience and productivity.