System.Beacon.TBeaconRegionEvent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
type
typedef
public
System.Beacon.pas
System.Beacon.hpp
System.Beacon System.Beacon


Beschreibung

TBeaconRegionEvent ist ein Ereignistyp für Eintreten- und Verlassen-Ereignisse von Beacons für registrierte Bereiche.

Siehe auch