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
Removes a notification from the system bar.
Example
notif is Notification
notif.Title = "Nouveau message reçu"
notif.Message = "Cliquez pour afficher le message"
NotifAdd(notif)
...
NotifDelete(notif)
Syntax
<Result> = NotifDelete(<Notification>)
<Result>: Boolean
  • True if the notification was deleted,
  • False otherwise.
Note In the simulator, this function has no effect and always returns False.
<Notification>: Notification variable
Name of the Notification variable that corresponds to the notification to be deleted.
Business / UI classification: Business Logic
Component: wd300android.aar
Minimum version required
  • Version 16
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/28/2025

Send a report | Local help