REST.Backend.EMSProvider.TCustomEMSConnectionInfo.TAndroidPush

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TAndroidPush = class(TPersistent)

C++

class PASCALIMPLEMENTATION TAndroidPush : public System::Classes::TPersistent

Properties

Type Visibility Source Unit Parent
class public
REST.Backend.EMSProvider.pas
REST.Backend.EMSProvider.hpp
REST.Backend.EMSProvider TCustomEMSConnectionInfo

Description

Holds information for sending push notification messages to the Google Cloud Messaging service.

TAndroidPush holds the GCM API key information from registering at the Google Cloud Messaging. The GCM API key is needed to receive push notifications messages in Android devices.

See Also