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. |
| kActive | 2u |
ACTIVE implies that a user has recently or is currently using the
Activity can be signalled by discrete interactions (cursor, keyboard,
The specific meaning of "recently" is an implementation |
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