System.PushNotification.TPushService.TAppPropNames

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

      TAppPropNames = record
      public const
        GCMAppID = 'gcmappid';  // Google cloud messaging
      end;

C++

struct DECLSPEC_DRECORD TAppPropNames
{
public:
    #define TPushService_TAppPropNames_GCMAppID L"gcmappid"
};

Properties

Type Visibility Source Unit Parent
record
struct
public
System.PushNotification.pas
System.PushNotification.hpp
System.PushNotification TPushService

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!