RoomEventDecryptionService

Functions

Link copied to clipboard
abstract suspend fun decrypt(event: Event.RoomEvent<*>): Result<RoomEventContent>?

Decrypts given event. Returns null, when encryption algorithm is not supported by this service.