HumanEngagement 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.
Specifies the possible engagement states supported by a HumanPresenceSensor.
public enum class HumanEngagement
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 983040)]
enum class HumanEngagement
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 983040)]
public enum HumanEngagement
var value = Windows.Devices.Sensors.HumanEngagement.unknown
Public Enum HumanEngagement
- Inheritance
-
HumanEngagement
- Attributes
Windows requirements
Device family |
Windows 11 Insider Preview (introduced in 10.0.23504.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v15.0)
|
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | Human engagement with device is unknown. |
Engaged | 1 | Human is engaged with device. |
Unengaged | 2 | Human is not engaged with device. |