System.Notification.TCustomNotificationCenter.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 TCustomNotificationCenter

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 a notification appears in the drawer. If the user clicks on the notification, this event is fired again.

See Also