REST.Backend.ServiceComponents.TCustomBackendPush.PushData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure PushData(const AData: TPushData); overload;
procedure PushData(const AData: TPushData; const ATarget: TJSONObject); overload;

C++

void __fastcall PushData(Rest::Backend::Pushtypes::TPushData* const AData)/* overload */;
void __fastcall PushData(Rest::Backend::Pushtypes::TPushData* const AData, System::Json::TJSONObject* const ATarget)/* overload */;

Properties

Type Visibility Source Unit Parent
procedure
function
public
REST.Backend.ServiceComponents.pas
REST.Backend.ServiceComponents.hpp
REST.Backend.ServiceComponents TCustomBackendPush

Description

Handles sending push notifications.

This method is overloaded:

  • The first PushData overloaded method broadcasts a push notification to all installations.
  • The second PushData overloaded method sends push notifications to the installations that match a target.

See Also