API:System.PushNotification.TPushService.TServiceNames

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

      TServiceNames = record
      public const
        GCM = 'gcm';  // deprecated 'Is not available anymore. Please use FCM instead';  // Google cloud messaging
        FCM = 'fcm';  // Google Firebase cloud messaging
        APS = 'aps';  // Apple
      end;

C++

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

Propriétés

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

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !