FMX.Platform.TPushDeviceTokenData

From RAD Studio API Documentation
Jump to: navigation, search

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.