REST.Backend.PushTypes.TPushData.GCM

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GCM: TGCM read FGCM write SetGCM;

C++

__property TGCM* GCM = {read=FGCM, write=SetGCM};

Properties

Type Visibility Source Unit Parent
property public
REST.Backend.PushTypes.pas
REST.Backend.PushTypes.hpp
REST.Backend.PushTypes TPushData

Description

Custom settings for Android of the push data object.

See Also