System.Notification.TBaseNotificationCenter.OnReceiveLocalNotification

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnReceiveLocalNotification: TOnReceiveLocalNotification read FOnReceiveLocalNotification  write FOnReceiveLocalNotification;

C++

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

Properties

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

Description

Occurs when the user clicks on a notification.

Special Considerations

  • iOS: If the application that fires a notification is run in the background and the drawer is currently open, this event is fired immediately when the notification appears in the drawer. If the user clicks on the notification, this event is fired again.

See Also