Module matrix_sdk::widget
source · Available on crate feature
experimental-widgets
only.Expand description
Widget API implementation.
Structs§
- Capabilities that a widget can request from a client.
- The set of settings and properties for the widget based on the client configuration. Those values are used generate the widget url.
- Properties to create a new virtual Element Call widget.
- An object that handles all interactions of a widget living inside a webview or iframe with the Matrix world.
- A handle that encapsulates the communication between a widget driver and the corresponding widget (inside a webview or iframe).
- Settings of the widget.
Enums§
- Defines if a call is encrypted and which encryption system should be used.
- Different kinds of filters for timeline events.
- Filter for message-like events.
- Filter for state events.
Traits§
- Must be implemented by a component that provides functionality of deciding whether a widget is allowed to use certain capabilities (typically by providing a prompt to the user).