FMX.Platform.TPushDeviceTokenData
Delphi
  TPushDeviceTokenData = record
    Token: string;
    RawToken: Pointer;
    constructor Create(const AToken: string; ARawToken: Pointer = nil);
  end;
C++
struct DECLSPEC_DRECORD TPushDeviceTokenData
{
public:
    System::UnicodeString Token;
    void *RawToken;
    __fastcall TPushDeviceTokenData(const System::UnicodeString AToken, void * ARawToken);
    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.