Expand description
App updates API.
Structs§
- Context
Updates - Updates that must be reacted by an app owner.
- Event
Update - Represents a single event update.
- Info
Updates - Widget info updates of the current cycle.
- Layout
Updates - Widget layout updates of the current cycle.
- OnUpdate
Handle - Represents an
on_pre_updateoron_updatehandler. - Render
Updates - Widget render updates of the current cycle.
- UPDATES
- Update schedule service.
- Update
Args - Arguments for an
on_pre_update,on_updateorrunhandler. - Update
Delivery List - Represents all the widgets and windows marked to receive an update.
- Weak
OnUpdate Handle - Weak
OnUpdateHandle. - Widget
Updates - Widget updates of the current cycle.
Enums§
- Update
Op - Identify node and app-extension operations that can be requested.
Traits§
- Update
Subscribers - Represents a set of widgets that subscribe to an event source.
- Updates
Trace UiNode Ext - Extension methods for infinite loop diagnostics.
- Widget
Path Provider - Provides an iterator of widget IDs and a window ID.
Functions§
- updates_
trace_ event - Custom log entry in the app loop diagnostics.
- updates_
trace_ span - Custom span in the app loop diagnostics.