FMX.Platform.TPushDeviceTokenData
Delphi
  TPushDeviceTokenData = record
    Token: string;
    constructor Create(const AToken: string);
  end;
C++
struct DECLSPEC_DRECORD TPushDeviceTokenData
{
public:
    System::UnicodeString Token;
    __fastcall TPushDeviceTokenData(const System::UnicodeString AToken);
    TPushDeviceTokenData() {}
};
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| record struct | public | FMX.Platform.pas FMX.Platform.hpp | FMX.Platform | FMX.Platform | 
Description
Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!