REST.Backend.PushTypes.TPushData.TAPS.TNames

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

      TNames = record
      public
        const ApsRoot = 'aps';
        const Alert = 'alert';
        const Badge = 'badge';
        const Sound = 'sound';
      end;

C++

struct DECLSPEC_DRECORD TNames
{
public:
    #define TPushData_TAPS_TNames_ApsRoot L"aps"
    #define TPushData_TAPS_TNames_Alert L"alert"
    #define TPushData_TAPS_TNames_Badge L"badge"
    #define TPushData_TAPS_TNames_Sound L"sound"
};

Properties

Type Visibility Source Unit Parent
record
struct
public
REST.Backend.PushTypes.pas
REST.Backend.PushTypes.hpp
REST.Backend.PushTypes TAPS

Description

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