FMX.Platform.TPushRemoteNotificationMessage

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Platform.TPushNotificationMessageBaseSystem.Messaging.TMessageSystem.Messaging.TMessageBaseSystem.TObjectTPushRemoteNotificationMessage

Delphi

TPushRemoteNotificationMessage = class (TPushNotificationMessageBase);

C++

class PASCALIMPLEMENTATION TPushRemoteNotificationMessage : public TPushNotificationMessageBase

Properties

Type Visibility Source Unit Parent
class public
FMX.Platform.pas
FMX.Platform.hpp
FMX.Platform FMX.Platform

Description

Message sent when the application receives a remote notification.

TPushRemoteNotificationMessage is sent when the application receives a remote notification.

TPushRemoteNotificationMessage is used internally to manage iOS push notification messages.

See Also