REST.Backend.ServiceComponents.TCustomBackendPush.Push

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Push; overload;

C++

void __fastcall Push()/* overload */;

Properties

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

Description

Sends push notifications to installations that match the Target property.

The APS, GCM, Extras, and Message properties are used to build push notifications.

If the Target property is empty, the push notification is broadcasted to all installations.

See Also