System.Beacon.Components.TBeacon
Delphi
TBeacon = class(TCustomBeacon)
C++
class PASCALIMPLEMENTATION TBeacon : public TCustomBeacon
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | System.Beacon.Components.pas System.Beacon.Components.hpp |
System.Beacon.Components | System.Beacon.Components |
Description
TBeacon is the class for the beacon component.
The TBeacon component monitores a list of beacon regions specified in MonitorizedRegions and manages the beacon information through the associated events for enter/exit regions or beacons. It also detects changes on the distance and proximity of the beacons.
See Also
- System.Beacon.Components.TBeacon.MonitorizedRegions
- System.Beacon.Components.TBeacon.OnBeaconEnter
- System.Beacon.Components.TBeacon.OnBeaconExit
- System.Beacon.Components.TBeacon.OnBeaconProximity
- System.Beacon.Components.TBeacon.OnEnterRegion
- System.Beacon.Components.TBeacon.OnExitRegion
- System.Beacon.Components.TBeacon.OnCalcDistance