FMX.Platform.TPushStartupNotificationMessage

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Platform.TPushNotificationMessageBaseSystem.Messaging.TMessageSystem.Messaging.TMessageBaseSystem.TObjectTPushStartupNotificationMessage

Delphi

TPushStartupNotificationMessage = class (TPushNotificationMessageBase);

C++

class PASCALIMPLEMENTATION TPushStartupNotificationMessage : 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 startup notification.

TPushStartupNotificationMessage is sent when the application receives a startup notification.

TPushStartupNotificationMessage is used internally to manage iOS push notification messages.

See Also