System.Beacon.TBeaconRegionEvent

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

Delphi

TBeaconRegionEvent = procedure (const Sender: TObject; const UUID: TGUID; AMajor, AMinor: Integer) of object;

C++

typedef void __fastcall (__closure *TBeaconRegionEvent)(System::TObject* const Sender, const GUID &UUID, int AMajor, int AMinor);

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
System.Beacon.pas
System.Beacon.hpp
System.Beacon System.Beacon


説明

TBeaconRegionEvent は、登録されたリージョン(ビーコン領域)に対するビーコンの出入りイベントを表すイベント型です。

関連項目