FMX.Platform.TPushDeviceTokenData

De RAD Studio API Documentation
Aller à : navigation, rechercher

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() {}
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
FMX.Platform.pas
FMX.Platform.hpp
FMX.Platform FMX.Platform

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 !