REST.Backend.PushTypes.TPushData.Create
Delphi
constructor Create; overload;
C++
__fastcall TPushData()/* overload */;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| constructor | public | REST.Backend.PushTypes.pas REST.Backend.PushTypes.hpp |
REST.Backend.PushTypes | TPushData |
Description
Creates an instance of TPushData.
You can create your own instances of TPushData, but you usually obtain instances of TPushData when you handle certain push notification events, such as TPushEvents.OnPushReceived.