Namespaces

Enumerations

enum class State : uint32_t
Name Value Comments
kUnknown 0u --
kIdle 1u

IDLE implies that the system is not currently being used by a user.
In other words, the system is not ACTIVE.

kActive 2u

ACTIVE implies that a user has recently or is currently using the
system.

Activity can be signalled by discrete interactions (cursor, keyboard,
touchscreen), or by ongoing activities (video playback).

The specific meaning of "recently" is an implementation
detail of the Activity Service, but a typical value is 15 minutes.

State is an enumeration of the activity states the system may be in.

Defined at line 18 of file fidling/gen/sdk/fidl/fuchsia.ui.activity/fuchsia.ui.activity/cpp/fidl/fuchsia.ui.activity/cpp/common_types.h

Records