System.Beacon.TBeaconRegionEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TBeaconRegionEvent = procedure (const Sender: TObject; const UUID: TGUID; AMajor, AMinor: Integer) of object;

C++

typedef void __fastcall (__closure *TBeaconRegionEvent)(System::TObject* const Sender, const GUID &UUID, int AMajor, int AMinor);

Properties

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

Description

The TBeaconRegionEvent is an event type for enter and exit events of beacons on registered regions.

See Also