trixnity-client
3.10.3
common
trixnity-client
/
net.folivo.trixnity.client.room
/
RoomEventDecryptionService
/
decrypt
decrypt
abstract
suspend
fun
decrypt
(
event
:
Event.RoomEvent
<
*
>
)
:
Result
<
RoomEventContent
>
?
Decrypts given event. Returns null, when encryption algorithm is not supported by this service.