REST.Backend.ServiceComponents.TCustomBackendPush.GCM

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

Delphi

property GCM: TPushData.TGCM read GetGCM write SetGCM;

C++

__property Rest::Backend::Pushtypes::TPushData::TGCM* GCM = {read=GetGCM, write=SetGCM};

プロパティ

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


説明

Push メソッドを使用した際に、Android デバイスに送られるデータを示します。

関連項目