Package-level declarations
Types
Disables processing of incoming events but still mark them as processed.
Use case to observe the state of the database logger.
Use case to observe if the client has consumable notifications enabled.
Use case responsible for optimizing the local SQLCipher database by invoking PRAGMA optimize
. This operation analyzes and optimizes indexes, potentially improving the performance of read-heavy queries, especially on large datasets (e.g., conversations and messages).
This use case can be used by QA to send read and delivery receipts. This debug function can be used to test correct client behaviour. It should not be used by clients itself.
Forces the usage of async notifications system. This will register the client capability to consume async notifications.