Deletes a notification displayed in the system bar of the device.
notif is Notification
notif.Title = "New incoming message"
notif.Message = "Click here to display the message"
NotifAdd(notif)
...
NotifDelete(notif)
Syntax
<Result> = NotifDelete(<Notification>)
<Result>: Boolean
- True if the notification was deleted,
- False otherwise.
Remark: In the simulator, this function has no effect and it always returns False.
<Notification>: Notification variable
Name of the Notification variable that corresponds to the notification to be deleted.
Business / UI classification: Business Logic