System.Beacon.TBeaconManager.RegisterBeacons

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function RegisterBeacons(const ABeaconRegion: TBeaconsRegion): Boolean;

C++

bool __fastcall RegisterBeacons(const TBeaconsRegion &ABeaconRegion);

Properties

Type Visibility Source Unit Parent
function public
System.Beacon.pas
System.Beacon.hpp
System.Beacon TBeaconManager

Description

Registers any kind of beacon within a region for monitoring purposes.

Specify all the information regarding the kind of beacon and region in the ABeaconRegion parameter as a TBeaconsRegion type.

See Also