DevicePresenceEventType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum DevicePresenceEventType
type DevicePresenceEventType =
- Inheritance
-
DevicePresenceEventType
Fields
| Name | Value | Description |
|---|---|---|
| BleAppeared | 0 | |
| BleDisappeared | 1 | |
| BtConnected | 2 | |
| BtDisconnected | 3 | |
| SelfManagedAppeared | 4 | |
| SelfManagedDisappeared | 5 | |
| EventAssociationRemoved | 6 | |
| Nearby | 7 | Event reported by a self-managed companion app to indicate the device is nearby. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| NotNearby | 8 | Event reported by a self-managed companion app to indicate the device is not nearby. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |