API:System.Tether.AppProfile.TTetheringAppProfile.Notify

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Notify(const ANotification, Data: string); override;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile TTetheringAppProfile

Description

Handles a notification sent by a remote profile.

System.Tether.AppProfile.TTetheringAppProfile.Notify inherits from System.Tether.Manager.TTetheringProfile.Notify. All content below this line refers to System.Tether.Manager.TTetheringProfile.Notify.

Handles a notification sent by a remote profile.

Notify receives the following parameters:

  • ANotification is a string that represents the type of the notification.
  • Data is a string with the actual data of the notification.

Different implementations of TTetheringProfile define different built-in types of notifications and serialize notification data differently. For example, see TTetheringAppProfile.Notify.

See Also