kalium
common
logic
/
com.wire.kalium.logic.sync.receiver.conversation
/
ProtocolUpdateEventHandler
Protocol
Update
Event
Handler
interface
ProtocolUpdateEventHandler
Inheritors
ProtocolUpdateEventHandlerImpl
Members
Functions
handle
Link copied to clipboard
abstract
suspend
fun
handle
(
event
:
Event.Conversation.ConversationProtocol
)
:
Either
<
CoreFailure
,
Unit
>