System.Beacon.TBeaconProximityEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TBeaconProximityEvent = procedure (const Sender: TObject; const ABeacon: IBeacon; Proximity: TBeaconProximity) of object;

C++

typedef void __fastcall (__closure *TBeaconProximityEvent)(System::TObject* const Sender, const _di_IBeacon ABeacon, TBeaconProximity Proximity);

Properties

Type Visibility Source Unit Parent
type
typedef
public
System.Beacon.pas
System.Beacon.hpp
System.Beacon System.Beacon

Description

The TBeaconProximityEvent is an event type that is fired when the Proximity value changes.

See Also