System.Tether.Manager.TTetheringProfile.Notify

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure Notify(const ANotification, Data: string); virtual; abstract;

C++

virtual void __fastcall Notify(const System::UnicodeString ANotification, const System::UnicodeString Data) = 0 ;

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
public
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringProfile


Description

Gère une notification envoyée par un profil distant.

Notify reçoit les paramètres suivants :

  • ANotification est une chaîne qui représente le type de la notification.
  • Data est une chaîne avec les données réelles de la notification.

Les diverses implémentations de TTetheringProfile définissent différents types intégrés de notifications et sérialisent les données des notifications différemment. Par exemple, voir TTetheringAppProfile.Notify.

Voir aussi