ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
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
Lists the notification categories of the application.
Example
// Affiche dans un champ Liste 
// la liste des catégories de notification de l'application
tabCatégorie is array of notificationCategory = NotifListCategory()
FOR EACH Catégorie OF tabCatégorie
	ListAdd(LISTE_Catégorie, Catégorie.Nom)
END
Syntax
<Result> = NotifListCategory()
<Result>: Array of NotificationCategory
Array of NotificationCategory variables corresponding to the list of notification categories of the application.
Note: These variables take into account changes made by the user in the application's Notification settings screen.
Remarks
  • To delete a category, use NotifDeleteCategory.
  • NotifListCategory is available only for devices running Android 8.0 or later (API level 26).
    A fatal error occurs if the function is used with an earlier system version.
    To determine the version of Android the application is running on, use SysAndroidVersion.
Component: wd300android.jar
Minimum version required
  • Version 24
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help