REST.Backend.ParseApi.TParseApi.TDeviceNames
Delphi
TDeviceNames = record
public
const IOS = 'ios';
const Android = 'android';
end;
C++
struct DECLSPEC_DRECORD TDeviceNames
{
public:
#define TParseApi_TDeviceNames_IOS L"ios"
#define TParseApi_TDeviceNames_Android L"android"
};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
record struct |
public | REST.Backend.ParseApi.pas REST.Backend.ParseApi.hpp |
REST.Backend.ParseApi | TParseApi |
Description
Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!