trixnity-client
3.10.3
common
trixnity-client
/
net.folivo.trixnity.client.room
/
RoomEventDecryptionService
Room
Event
Decryption
Service
interface
RoomEventDecryptionService
Inheritors
MegolmRoomEventDecryptionService
Members
Functions
decrypt
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.