System.Notification.TBaseNotificationCenter.OnReceiveLocalNotification

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnReceiveLocalNotification: TOnReceiveLocalNotification read FOnReceiveLocalNotification  write FOnReceiveLocalNotification;

C++

__property TOnReceiveLocalNotification OnReceiveLocalNotification = {read=FOnReceiveLocalNotification, write=FOnReceiveLocalNotification};

Propriétés

Type Visibilité  Source Unité  Parent
event public
System.Notification.pas
System.Notification.hpp
System.Notification TBaseNotificationCenter


Description

Se produit lorsque l'utilisateur clique sur une notification.

Considérations spéciales

  • iOS : si l'application qui déclenche une notification est exécutée en arrière-plan et que la zone de notification est ouverte, cet événement est déclenché immédiatement à l'affichage de la notification dans la zone de notification. Si l'utilisateur clique sur la notification, cet événement est à nouveau déclenché.

Voir aussi