API:System.PushNotification.TPushService.TAppPropNames

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
record
struct
public
System.PushNotification.pas
System.PushNotification.hpp
System.PushNotification TPushService

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.