REST.Backend.PushTypes.TPushData.Create

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

Delphi

constructor Create; overload;

C++

__fastcall TPushData()/* overload */;

プロパティ

種類 可視性 ソース ユニット
constructor public
REST.Backend.PushTypes.pas
REST.Backend.PushTypes.hpp
REST.Backend.PushTypes TPushData


説明

TPushData のインスタンスを作成します。

TPushData のインスタンスを自分で作成することはできますが、通常は TPushEvents.OnPushReceived などのプッシュ通知イベントの処理時に TPushData のインスタンスを受け取ります。

関連項目