FMX.Platform.TPushStartupNotificationMessage
Delphi
TPushStartupNotificationMessage = class (TPushNotificationMessageBase);
C++
class PASCALIMPLEMENTATION TPushStartupNotificationMessage : 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 Start-Benachrichtigung.
TPushStartupNotificationMessage wird gesendet, wenn die Anwendung eine Start-Benachrichtigung erhält.
TPushStartupNotificationMessage wird intern verwendet, um iOS-Push-Benachrichtigungsmeldungen zu verwalten.
Siehe auch
- System.Messaging.TMessage
- FMX.Platform.TPushDeviceTokenMessage
- FMX.Platform.TPushFailToRegisterMessage
- FMX.Platform.TPushRemoteNotificationMessage
- Liste der Botschaftstypen von FireMonkey
- Senden und Empfangen von Botschaften mit der RTL
- System.Messaging (Delphi) (Codebeispiel)
- System.Messaging (C++) (Codebeispiel)