FMX.Platform.TPushRemoteNotificationMessage

提供:RAD Studio API Documentation

TPushRemoteNotificationMessageFMX.Platform.TPushNotificationMessageBaseSystem.Messaging.TMessageSystem.Messaging.TMessageBaseSystem.TObject

Delphi

TPushRemoteNotificationMessage = class (TPushNotificationMessageBase);

C++

class PASCALIMPLEMENTATION TPushRemoteNotificationMessage : public TPushNotificationMessageBase

プロパティ

種類 可視性 ソース ユニット
class public
FMX.Platform.pas
FMX.Platform.hpp
FMX.Platform FMX.Platform


説明

アプリケーションがリモート通知を受け取ったときに送信されるメッセージです。

TPushRemoteNotificationMessage は、アプリケーションがリモート通知を受け取ると送信されます。

TPushRemoteNotificationMessage は、iOS のプッシュ通知メッセージを管理するために内部的に使用されます。

関連項目