FMX.Platform.TPushNotificationData

From RAD Studio API Documentation
Jump to: navigation, search

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() {}
};

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. Please help us document this topic by using the Discussion page!