REST.Backend.ServiceComponents.TCustomBackendPush.Message

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Message: string read GetMessage write SetMessage;

C++

__property System::UnicodeString Message = {read=GetMessage, write=SetMessage};

Properties

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

Description

Specifies the message sent to all devices when using the Push method. Use this property as an alternative to setting APS.Alert and GCM.Message.

See Also