REST.Backend.EMSProvider.TCustomEMSConnectionInfo.AndroidPush

From RAD Studio API Documentation
Jump to: navigation, search

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 RAD Server Engine (EMS Server).

AndroidPush property is needed to receive push notifications messages in Android devices.

See Also