Enum BeaconScannerStatus
The list of possible BeaconScanner statuses.
Namespace: Esri.ArcGISRuntime.Location
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum BeaconScannerStatus
Remarks
This is used to determine the status of a BeaconScanner.
Fields
| Name | Description |
|---|---|
| FailedToStart | The beacon scanner has failed to start. |
| Started | The beacon scanner has started. |
| Starting | The beacon scanner is starting. |
| Stopped | The beacon scanner is stopped. |
| Stopping | The beacon scanner is stopping. |
See Also
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 200.6 - 200.8 |
| .NET | 200.6 - 200.8 |
| .NET Windows | 200.6 - 200.8 |
| .NET Android | 200.6 - 200.8 |
| .NET iOS | 200.6 - 200.8 |
| .NET Framework | 200.6 - 200.8 |
| UWP | 200.6 - 200.8 |