System.Tether.Manager.TTetheringProfile.Notify

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringProfile


説明

リモート プロファイルによって送信された通知を処理します。


Notify は、次のパラメータを受け取ります:

  • ANotification は、通知のタイプを表す文字列です。
  • Data は、通知の実際のデータを持つ文字列です。

TTetheringProfile の実装が異なると、通知の異なる組み込み型を定義し、異なる通知データをシリアライズします。例としては、TTetheringAppProfile.Notify を参照してください。

関連項目