ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

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
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: wd300android.jar
Minimum version required
  • Version 2024
Comments
Click [Add] to post a comment

Last update: 09/20/2024

Send a report | Local help