|
|
|
|
|
NotifModify (Function) In french: NotifModifie Modifies a notification currently displayed in the system bar of the device. notif is Notification
notif.Title = "Nouveau message reçu"
notif.Message = "Cliquez pour afficher le message"
NotifAdd(notif)
...
notif.Title = "2 messages reçus"
notif.Message = "Cliquez pour afficher les messages"
NotifModify(notif)
Syntax
<Result> = NotifModify(<Notification>)
<Result>: Boolean - True if the notification was modified,
- False otherwise.
Note In the simulator, this function has no effect and always returns False.
<Notification>: Notification variable Name of the Notification variable containing the description of the notification to update. Component: wd300android.jar
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|