System.Beacon.TBeaconManager.GetBeaconManager

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function GetBeaconManager(AMode: TBeaconScanMode): TBeaconManager;

C++

__classmethod TBeaconManager* __fastcall GetBeaconManager(TBeaconScanMode AMode);

Properties

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

Description

Returns an instance of TBeaconManager that works on the platform where your application is running using the specified mode.

See Also