FMX.Platform.TPushNotificationData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TPushNotificationData = record

C++

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

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.