System.Notification.TNotification.Number
Delphi
Number: Integer;
C++
int Number;
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
field | public | System.Notification.pas System.Notification.hpp |
System.Notification | TNotification |
Description
Définit le numéro de badge d'icône (pour les périphériques iOS) et le numéro de notification (pour les périphériques Android).
Après avoir défini ce champ sur le numéro approprié, un badge portant ce numéro est affiché sur l'icône de l'application (sur l'écran d'accueil d'iOS). Sur les périphériques Android, ce numéro est affiché à côté du message de notification dans le Centre de notifications.
Quand Number est défini sur 0
, le numéro n'est pas affiché. Par défaut, Number vaut 0
.
Voir aussi
- Utilisation des notifications
- System.Notification.TCustomNotificationCenter.ApplicationIconBadgeNumber
- System.Notification.TNotification.AlertAction
- System.Notification.TNotification.AlertBody
- System.Notification.TNotification.EnableSound
- System.Notification.TNotification.FireDate
- System.Notification.TNotification.HasAction
- System.Notification.TNotification.Name
- System.Notification.TNotification.RepeatInterval
- System.Notification.TNotification.SoundName
- System.Notification.TNotification.Title