Class BeaconScanner
Scans for nearby beacons.
Implements
Namespace: Esri.ArcGISRuntime.Location
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class BeaconScanner : INotifyPropertyChanged
Remarks
BeaconScanner uses data stored in the 'Beacons' feature layer to perform a scan and report information related to iBeacon devices. Some of the data produced by BeaconScanner is not a part of the official iBeacon standard.
Constructors
| Name | Description |
|---|---|
| BeaconScanner(IndoorPositioningDefinition) | Initializes a new instance of the BeaconScanner class using the information contained in the provided IndoorPositioningDefinition. |
Properties
| Name | Description |
|---|---|
| AllDiscoveredBeacons | Gets a list of all beacons discovered in the last scanning session. |
| Error | Gets an error that describes a problem encountered while starting the BeaconScanner. |
| Status | Gets the current status of the BeaconScanner. |
Methods
| Name | Description |
|---|---|
| StartAsync() | Starts the BeaconScanner. |
| StopAsync() | Stops the BeaconScanner. |
Events
| Name | Description |
|---|---|
| BeaconsDiscovered | Returns a list of iBeacons discovered in the last second. |
| PropertyChanged | Occurs when a property value changes. |
| StatusChanged | Raised when the Status property has changed. |
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 200.6 - 200.8 |
| .NET | 200.6 - 300.0 |
| .NET Windows | 200.6 - 300.0 |
| .NET Android | 200.6 - 300.0 |
| .NET iOS | 200.6 - 300.0 |
| .NET Framework | 200.6 - 200.8 |
| UWP | 200.6 - 200.8 |