AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Funciones específicas para móviles / Funciones de teléfono
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
Removes a notification from the system bar.
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: wd290android.aar
Versión mínima requerida
  • Versión 16
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 01/03/2024

Señalar un error o enviar una sugerencia | Ayuda local