Usage
Client Side
Export
exports['gusti-iosnotify']:SendAlert(icon, appname, title, message, time, sound)Usage Example
exports['gusti-iosnotify']:SendAlert('fas fa-info-circle text-info','App Name',"INFORMATION", "Notification message", 5000, 'notify1')


Server Side
Usage Example

Icon
You can look for icon references from font-awesome
Type Text
There can use type text like
text-primary
text-secondary
text-info
text-success
text-danger
text-warning
and many more
Sound
There are three types of default notification sounds from gusti-iosnotify
default
notify1
notify2
Last updated