System.Notification.TNotificationCenter.ApplicationIconBadgeNumber

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property ApplicationIconBadgeNumber: Integer read DoGetIconBadgeNumber write DoSetIconBadgeNumber default 0;

C++

__property ApplicationIconBadgeNumber = {default=0};

Propriétés

Type Visibilité  Source Unité  Parent
property published
System.Notification.pas
System.Notification.hpp
System.Notification TNotificationCenter

Description

Définit le numéro de badge de l'application sur iOS.

System.Notification.TNotificationCenter.ApplicationIconBadgeNumber hérite de System.Notification.TCustomNotificationCenter.ApplicationIconBadgeNumber. Tout le contenu en-dessous de cette ligne se réfère à System.Notification.TCustomNotificationCenter.ApplicationIconBadgeNumber.

Définit le numéro de badge de l'application sur iOS.

ApplicationIconBadgeNumber est compatible uniquement avec iOS. Pour davantage d'informations, voir Utilisation des notifications.

Voir aussi