System.Beacon.TBeaconEnterExitEvent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TBeaconEnterExitEvent = procedure (const Sender: TObject; const ABeacon: IBeacon; const CurrentBeaconList: TBeaconList) of object;

C++

typedef void __fastcall (__closure *TBeaconEnterExitEvent)(System::TObject* const Sender, const _di_IBeacon ABeacon, const TBeaconList CurrentBeaconList);

Eigenschaften

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


Beschreibung

TBeaconEnterExitEvent ist ein Ereignistyp für Eintreten- und Verlassen-Ereignisse von Beacons.

Siehe auch