API:System.Tether.AppProfile.TTetheringAppProfile.Notify
Delphi
procedure Notify(const ANotification, Data: string); override;
C++
virtual void __fastcall Notify(const System::UnicodeString ANotification, const System::UnicodeString Data);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
procedure function |
public | System.Tether.AppProfile.pas System.Tether.AppProfile.hpp |
System.Tether.AppProfile | TTetheringAppProfile |
説明
リモート プロファイルによって送信された通知を処理します。
System.Tether.AppProfile.TTetheringAppProfile.Notify は System.Tether.Manager.TTetheringProfile.Notify を継承しています。以下の内容はすべて System.Tether.Manager.TTetheringProfile.Notify を参照しています。
リモート プロファイルによって送信された通知を処理します。
Notify は、次のパラメータを受け取ります:
TTetheringProfile の実装が異なると、通知の異なる組み込み型を定義し、異なる通知データをシリアライズします。例としては、TTetheringAppProfile.Notify を参照してください。