System.Notification.TCustomNotificationCenter.OnReceiveLocalNotification

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property OnReceiveLocalNotification: TOnReceiveLocalNotification read FOnReceiveLocalNotification  write FOnReceiveLocalNotification;

C++

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

プロパティ

種類 可視性 ソース ユニット
event public
System.Notification.pas
System.Notification.hpp
System.Notification TCustomNotificationCenter


説明

ユーザーが通知をクリックした際に発生します。

特殊な検討事項

  • iOS: 通知を発生させるアプリケーションが、バックグラウンドで実行され、描画側(drawer)が現在オープンされている場合、通知が描画側に現れると即座に、このイベントが発生します。 ユーザーが通知をクリックすると、このイベントが再び発生します。

関連項目