ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Mobile specific functions / Phone functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Modifies a notification currently displayed in the system bar of the device.
Example
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: wd290android.jar
Minimum version required
  • Version 16
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help