Share via


HumanEngagement Enum

Definition

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

Requirements Description
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.

Applies to

See also