System.Beacon.TBeaconManager.DoSetKindofBeacons

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoSetKindofBeacons(AValue: TKindofBeacons); virtual; abstract;

C++

virtual void __fastcall DoSetKindofBeacons(TKindofBeacons AValue) = 0 ;

Properties

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

Description

Protected setter method for the KindofBeacons property.

DoSetKindofBeacons is called internally by SetKindofBeacons to set the available beacon formats. The AValue parameter can receive a combination of the following beacon formats: iBeacons, AltBeacons and Eddystones.

See Also