Modifies a notification currently 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)
...
notif.Title = "2 incoming messages"
notif.Message = "Click here to display the messages"
NotifModify(notif)
Syntax
<Result> = NotifModify(<Notification>)
<Result>: Boolean
- True if the notification was modified,
- False otherwise.
Remark: In the simulator, this function has no effect and it always returns False.
<Notification>: Notification variable
Name of Notification variable containing the description of the notification to update.
Component: wd280android.jar