System.Beacon.TBeaconEnterExitEvent

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

Delphi

TBeaconEnterExitEvent = procedure (const Sender: TObject; const ABeacon: IBeacon; const CurrentBeaconList: TBeaconList) of object;

C++

typedef void __fastcall (__closure *TBeaconEnterExitEvent)(System::TObject* const Sender, const _di_IBeacon ABeacon, const TBeaconList CurrentBeaconList);

プロパティ

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


説明

TBeaconEnterExitEvent は、ビーコンの出入りイベントを表すイベント型です。

関連項目