Show / Hide Table of Contents

Event BeaconsDiscovered

Returns a list of iBeacons discovered in the last second.

Namespace: Esri.ArcGISRuntime.Location
Assembly: Esri.ArcGISRuntime.dll
Syntax
public event EventHandler<IReadOnlyList<BeaconInfo>> BeaconsDiscovered
Returns
Type Description
System.EventHandler<System.Collections.Generic.IReadOnlyList<BeaconInfo>>
Remarks

This event is triggered every second to provide all iBeacons visible in the last second. A visible iBeacon is a beacon that transmits iBeacon data in the advertisement data. If an iBeacon device does not produce an iBeacon advertisement packet, it will not be included in the list of visible beacons.

Applies to

TargetVersions
.NET Standard 2.0200.6 - 200.7
.NET200.6 - 200.7
.NET Windows200.6 - 200.7
.NET Android200.6 - 200.7
.NET iOS200.6 - 200.7
.NET Framework200.6 - 200.7
UWP200.6 - 200.7
In This Article
Back to top Copyright © 2022 Esri.