System.Beacon.TBeaconManager.OnBeaconsEnterRegion

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

Delphi

property OnBeaconsEnterRegion: TBeaconsRegionEvent read FOnBeaconsEnterRegion write FOnBeaconsEnterRegion;

C++

__property TBeaconsRegionEvent OnBeaconsEnterRegion = {read=FOnBeaconsEnterRegion, write=FOnBeaconsEnterRegion};

プロパティ

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


説明

新しいビーコンがリージョン内で検知された際に発生します。

このイベントは、いずれかの種類のビーコンが検知された際に発生します。

関連項目