System.Beacon.TBeaconEddystoneURLEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TBeaconEddystoneURLEvent = procedure (const Sender: TObject; const ABeacon: IBeacon; const AEddystoneURL: TEddystoneURL) of object;

C++

typedef void __fastcall (__closure *TBeaconEddystoneURLEvent)(System::TObject* const Sender, const _di_IBeacon ABeacon, const TEddystoneURL &AEddystoneURL);

Properties

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

Description

The TBeaconEddystoneURLEvent is an event type that is fired when a new EddystoneURL beacon is detected.

See Also