REST.Backend.ServiceComponents.TCustomBackendPush.GCM

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property GCM: TPushData.TGCM read GetGCM write SetGCM;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
REST.Backend.ServiceComponents.pas
REST.Backend.ServiceComponents.hpp
REST.Backend.ServiceComponents TCustomBackendPush


Beschreibung

Legt die an Android-Geräte gesendeten Daten fest, wenn die Methode Push verwendet wird.

Siehe auch