ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Mobile specific functions / Phone functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Modifies a notification currently displayed in the system bar of the device.
Example
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
Minimum version required
  • Version 16
Comments
Click [Add] to post a comment

Last update: 03/28/2025

Send a report | Local help