System.Beacon.TBeaconManager.UnRegisterBeacons
Delphi
function UnRegisterBeacons(const ABeaconRegion: TBeaconsRegion): Boolean;
C++
bool __fastcall UnRegisterBeacons(const TBeaconsRegion &ABeaconRegion);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.Beacon.pas System.Beacon.hpp |
System.Beacon | TBeaconManager |
Description
Unregisters any kind of beacon that is registered within a region.
Specify all the information regarding the kind of beacon and region in the ABeaconRegion
parameter as a TBeaconsRegion type.