REST.Backend.PushTypes.TPushData.TAPS.TNames
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"
};
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
record struct |
public | REST.Backend.PushTypes.pas REST.Backend.PushTypes.hpp |
REST.Backend.PushTypes | TAPS |
Description
Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !