Expand description
All the actions exposed to the frontend that returns a Result
.
Functions§
- fetch_
user_ profile - Fetches a given User Profile and adds it to this lib’s User Profile cache.
- get_
devices - Get the list of this user’s account registered devices.
- login_
and_ create_ new_ session - Calling this function will create a new Matrix client and SQLite DB. It returns the serialized session to be persisted and then passed by your adapter when initiating the lib. This command must be implemented by the adapter.
- submit_
async_ request - Submit a request to the Matrix Client that will be executed asynchronously.
- verify_
device - Start the SAS V1 Emoji verification process with another user’s device.