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
Subscribes the current Android application to a topic. The application will automatically receive notifications sent with NotifPushSendSubscriber for the specified topic.
Example
// Request notifications for the "score" topic
NotifPushSubscribe("score")
Syntax
<Result> = NotifPushSubscribe(<Topic>)
<Result>: Boolean
  • True if subscribed successfully,
  • False otherwise. ErrorInfo is used to identify the error returned by the notification service.
<Topic>: Character string
Topic of the notifications to which to subscribe the application.
Component: wd290android.jar
Minimum version required
  • Version 2024
Comments
Click [Add] to post a comment

Last update: 03/06/2024

Send a report | Local help