DirectEventsListener

Listens for events related to directs messages and updates the directs message repository accordingly.

Inheritors

Constructors

Link copied to clipboard
constructor(directRepository: DirectRepository, sessionService: SessionService)

Functions

Link copied to clipboard
open override fun handle(event: FriendshipRequestAcceptedEvent)
Link copied to clipboard
open operator fun invoke(event: FriendshipRequestAcceptedEvent): Result<Unit>