System.PushNotification.TPushService.TServiceNames

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

      TServiceNames = record
      public const
        GCM = 'gcm';  // Google cloud messaging
        APS = 'aps';  // Apple
      end;

C++

struct DECLSPEC_DRECORD TServiceNames
{
public:
    #define TPushService_TServiceNames_GCM L"gcm"
    #define TPushService_TServiceNames_APS L"aps"
};

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!