2019-07-25 05:40:35 -05:00
# Intro
The Symphony Electron app supports toast notifications.
# Platforms Supported
macOS, Windows 7, Windows 10
# Purpose
To provide a rich desktop user experience, toast notifications are supported on all the platforms.
# Details
We support the following set of notifications along with badge / taskbar count on Electron.
- IM message
- MIM message
- Room message
- Mentions
- Wall Posts
- Signals
2020-12-16 05:38:18 -06:00
## OS Native notification
We support OS native notifications for users who'd like to keep it simple. This is the same as what you see with toasts in any other apps (on Windows and macOS). Emojis and Quick Replies are supported in the notification.
- Inline reply
2019-07-25 05:40:35 -05:00
![notifications_mac.png ](assets/notifications_mac.png )
2020-12-16 05:38:18 -06:00
![notifications_mac_2.png ](assets/notifications_mac_2.png )
2019-07-25 05:40:35 -05:00
2020-12-16 05:38:18 -06:00
## Custom SDA Notification (Windows, macOS, Linux)
Notifications are custom built to support the following use cases:
2019-07-25 05:40:35 -05:00
- Custom Color
- Position in the screen
- Custom screen (in case of multiple displays connected)
2020-12-16 05:38:18 -06:00
- Flashing a notification to call for attention
- Inline reply
- Quick reactions (👍)
- Emojis
2019-07-25 05:40:35 -05:00
![Notification_screen.png ](assets/Notification_screen.png )
2020-12-16 05:38:18 -06:00
![New Custom Notification ](assets/custom_notifications.gif )
2019-07-25 05:40:35 -05:00
# Example
N/A
# Other Info
N/A