ActivityType ActivityType ActivityType ActivityType Enum

Definition

Specifies activity types of a sensor.

public : enum class ActivityTypepublic enum ActivityTypePublic Enum ActivityType// You can use this enum in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Fields

Biking Biking Biking Biking

The sensor indicates the user is riding a bicycle on the ground.

Fidgeting Fidgeting Fidgeting Fidgeting

The sensor indicates that it making minor movements while the user is stationary.

Idle Idle Idle Idle

The sensor indicates it is active but in an idle state. It is not with the user and remaining still such as resting on a table.

InVehicle InVehicle InVehicle InVehicle

The sensor indicates the user is traveling in a motor vehicle on the ground.

Running Running Running Running

The sensor indicates the user is traveling at a faster rate than walking and both feet are off the ground between steps.

Stationary Stationary Stationary Stationary

The sensor indicates that it's not moving.

Unknown Unknown Unknown Unknown

The sensor indicates an unknown activity.

Walking Walking Walking Walking

The sensor indicates the user is walking. The user travels at a moderate pace with one foot on the ground at all times.