REST.Backend.ParseProvider.TCustomParseConnectionInfo.TAndroidPush.GCMAppID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GCMAppID: string read GetGCMAppID write SetGCMAppID stored IsGCMAppIDStored;

C++

__property System::UnicodeString GCMAppID = {read=GetGCMAppID, write=SetGCMAppID, stored=IsGCMAppIDStored};

Properties

Type Visibility Source Unit Parent
property published
REST.Backend.ParseProvider.pas
REST.Backend.ParseProvider.hpp
REST.Backend.ParseProvider TAndroidPush

Description

Application ID for the Google Cloud Messaging service.

See Also