Show code

Below you can find the demonstration :

Basic notification

exports['ds-notification']:addNotification(nil,nil,nil,nil,'Notification with description',10000)

Basic notification with a title

exports['ds-notification']:addNotification(nil,nil,'Title',nil,'Notification with title and description',10000)

Basic notification with a title and a subtitle

exports['ds-notification']:addNotification(nil,nil,'Title','Subtitle','Notification with title, subtitle and description',10000)

Basic notification with a title and a subtitle and a basic image

exports['ds-notification']:addNotification('https://r2.fivemanage.com/saDG22w4dhR7nYI0OXXKw/notification_dyscript_petite.png',nil,'Title','Subtitle','Notification with images, title, subtitle and description',10000)

Basic notification with a title and subtitle and a banner image

exports['ds-notification']:addNotification(nil,'https://r2.fivemanage.com/saDG22w4dhR7nYI0OXXKw/notification_dyscript.png','Title','Subtitle','Notification with images, title, subtitle and description',10000)

Last updated