REST.Backend.PushDevice.TCustomPushEvents.TPushReceivedEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TPushReceivedEvent = procedure(Sender: TObject; const AData: TPushData) of object;

C++

typedef void __fastcall (__closure *TPushReceivedEvent)(System::TObject* Sender, Rest::Backend::Pushtypes::TPushData* const AData);

Properties

Type Visibility Source Unit Parent
type
typedef
public
REST.Backend.PushDevice.pas
REST.Backend.PushDevice.hpp
REST.Backend.PushDevice TCustomPushEvents

Description

Embarcadero Technologies does not currently have any additional information.