FMX.Platform.TPushRemoteNotificationMessage

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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

Delphi

TPushRemoteNotificationMessage = class (TPushNotificationMessageBase);

C++

class PASCALIMPLEMENTATION TPushRemoteNotificationMessage : public TPushNotificationMessageBase

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
FMX.Platform.pas
FMX.Platform.hpp
FMX.Platform FMX.Platform


Beschreibung

Gesendete Botschaft nach Erhalt einer Remote-Benachrichtigung.

TPushRemoteNotificationMessage wird gesendet, wenn die Anwendung eine Remote-Benachrichtigung erhält.

TPushRemoteNotificationMessage wird intern verwendet, um iOS-Push-Benachrichtigungsmeldungen zu verwalten.

Siehe auch