REST.Backend.EMSProvider.TCustomEMSConnectionInfo.AndroidPush
Delphi
property AndroidPush: TAndroidPush read FAndroidPush write SetAndroidPush;
C++
__property TAndroidPush* AndroidPush = {read=FAndroidPush, write=SetAndroidPush};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | REST.Backend.EMSProvider.pas REST.Backend.EMSProvider.hpp |
REST.Backend.EMSProvider | TCustomEMSConnectionInfo |
Description
GCM API key value for sending push notification messages to the Google Cloud Messaging service from the EMS Server.
AndroidPush property is needed to receive push notifications messages in Android devices.