System.PushNotification.TPushServiceConnection.TReceiveNotificationEvent
Delphi
TReceiveNotificationEvent = procedure(Sender: TObject; const ANotification: TPushServiceNotification) of object;
C++
typedef void __fastcall (__closure *TReceiveNotificationEvent)(System::TObject* Sender, TPushServiceNotification* const ANotification);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
type typedef |
public | System.PushNotification.pas System.PushNotification.hpp |
System.PushNotification | TPushServiceConnection |
Description
Embarcadero Technologies does not currently have any additional information.