REST.Backend.ServiceComponents.TBackendPush
Delphi
TBackendPush = class(TCustomBackendPush)
C++
class PASCALIMPLEMENTATION TBackendPush : public TCustomBackendPush
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | REST.Backend.ServiceComponents.pas REST.Backend.ServiceComponents.hpp |
REST.Backend.ServiceComponents | REST.Backend.ServiceComponents |
Description
Broadcasts push notifications.
TBackendPush is used to send or broadcast push notifications.
Note: Kinvey does not provide a built-in REST API for broadcasting a push notification. When using the TKinveyProvider, you need to implement a custom endpoint on Kinvey and set the TKinveProvider.PushEndpoint property to the name of the custom endpoint.
When the custom endpoint is executed by TBackendPush, the request will contain a JSON object. The data to be pushed is in the JSON object.