System.PushNotification.TPushService.TDeviceIDNames

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

      TDeviceIDNames = record
      public const
        DeviceID = 'deviceid';
      end;

C++

struct DECLSPEC_DRECORD TDeviceIDNames
{
public:
    #define TPushService_TDeviceIDNames_DeviceID L"deviceid"
};

Properties

Type Visibility Source Unit Parent
record
struct
public
System.PushNotification.pas
System.PushNotification.hpp
System.PushNotification TPushService

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!