ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

New WINDEV Mobile 2024 feature!
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
Unsubscribes an Android application from a topic. The application will no longer receive notifications sent with NotifPushSendSubscriber for the specified topic.
Example
// The application will no longer receive notifications related to the "score" topic
NotifPushUnsubscribe("score")
Syntax
<Result> = NotifPushUnsubscribe(<Topic>)
<Result>: Boolean
  • True if unsubscribed successfully,
  • False otherwise. ErrorInfo is used to identify the error returned by the notification service.
<Topic>: Character string
Topic of the notifications from which to unsubscribe the application.
Component: wd290android.jar
Minimum version required
  • Version 2024
Comments
Click [Add] to post a comment

Last update: 03/07/2024

Send a report | Local help