Crate fidl_fuchsia_ui_activity

Source

Macros§

DiscreteActivityUnknown
Pattern that matches an unknown DiscreteActivity member.
OngoingActivityUnknown
Pattern that matches an unknown OngoingActivity member.

Structs§

GenericActivity
GenericActivity is a user or system activity of unspecified type, e.g. a keyboard press or an alarm going off.
ListenerControlHandle
ListenerEventStream
ListenerMarker
ListenerOnStateChangedRequest
ListenerOnStateChangedResponder
ListenerProxy
ListenerRequestStream
A Stream of incoming requests for fuchsia.ui.activity/Listener.
ListenerSynchronousProxy
ProviderControlHandle
ProviderEventStream
ProviderMarker
ProviderProxy
ProviderRequestStream
A Stream of incoming requests for fuchsia.ui.activity/Provider.
ProviderSynchronousProxy
ProviderWatchStateRequest

Enums§

DiscreteActivity
DiscreteActivity is an activity which occurs at a point in time.
ListenerEvent
ListenerRequest
The Listener protocol subscribes to changes in the system’s activity state. Clients which care about the activity state of the system are expected to implement this protocol and subscribe via Provider.WatchState.
OngoingActivity
OngoingActivity is an activity which has a definite start and end time.
ProviderEvent
ProviderRequest
The Provider protocol offers a subscription interface through which clients can watch for changes in the system’s activity state.
State
State is an enumeration of the activity states the system may be in.

Traits§

ListenerProxyInterface
ProviderProxyInterface

Type Aliases§

OngoingActivityId