API:REST.Backend.KinveyApi.TKinveyApi.PushUnregisterDevice

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure PushUnregisterDevice(APlatformType: TPlatformType; const ADeviceID, AUserID: string); overload;
procedure PushUnregisterDevice(APlatformType: TPlatformType; const ADeviceID: string; const AUser: TUser); overload;
procedure PushUnregisterDevice(APlatformType: TPlatformType; const ADeviceID: string); overload;

C++

void __fastcall PushUnregisterDevice(TPlatformType APlatformType, const System::UnicodeString ADeviceID, const System::UnicodeString AUserID)/* overload */;
void __fastcall PushUnregisterDevice(TPlatformType APlatformType, const System::UnicodeString ADeviceID, const TUser &AUser)/* overload */;
void __fastcall PushUnregisterDevice(TPlatformType APlatformType, const System::UnicodeString ADeviceID)/* overload */;

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
public
REST.Backend.KinveyApi.pas
REST.Backend.KinveyApi.hpp
REST.Backend.KinveyApi TKinveyApi

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 !