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
Deletes a notification 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)
...
NotifDelete(notif)
Syntax
<Result> = NotifDelete(<Notification>)
<Result>: Boolean
  • True if the notification was deleted,
  • False otherwise.
Remark: In the simulator, this function has no effect and it 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: WDJS.DLL
Minimum version required
  • Version 16
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help