FMX.Platform.TPushRemoteNotificationMessage

提供: RAD Studio API Documentation
移動先: 案内検索

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

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 のプッシュ通知メッセージを管理するために内部的に使用されます。

関連項目