System.Beacon.TBeaconManager.OnEnterRegion

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

Delphi

property OnEnterRegion: TBeaconRegionEvent read FOnEnterRegion write FOnEnterRegion;

C++

__property TBeaconRegionEvent OnEnterRegion = {read=FOnEnterRegion, write=FOnEnterRegion};

プロパティ

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


説明

OnEnterRegion イベントは、リージョン内のビーコンに初めて到達可能になったときに発生します。

関連項目