REST.Backend.PushTypes.TPushData.OnChange

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

Delphi

property OnChange: TChangeMethod read FOnChange write FOnChange;

C++

__property System::Sysutils::_di_TProc OnChange = {read=FOnChange, write=FOnChange};

プロパティ

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


説明

プッシュ データ オブジェクトのいずれかのプロパティ(メッセージAndroid 用カスタム設定iOS 用カスタム設定その他のデータ)が変化すると発生します。

関連項目