FMX.Platform.TPushNotificationData
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() {}
};
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
record struct |
public | FMX.Platform.pas FMX.Platform.hpp |
FMX.Platform | FMX.Platform |
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.