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
Target | Versions |
---|---|
.NET Standard 2.0 | 200.6 |
.NET | 200.6 |
.NET Windows | 200.6 |
.NET Android | 200.6 |
.NET iOS | 200.6 |
.NET Framework | 200.6 |
UWP | 200.6 |