FMX.Platform.TPushNotificationData

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

  TPushNotificationData = record
    Notification: string;
    constructor Create(const ANotification: string);
  end;

C++

struct DECLSPEC_DRECORD TPushNotificationData
{
public:
    System::UnicodeString Notification;
    __fastcall TPushNotificationData(const System::UnicodeString ANotification);
    TPushNotificationData() {}
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
FMX.Platform.pas
FMX.Platform.hpp
FMX.Platform FMX.Platform

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 !