ObserveIsServiceMemberUseCase

This use case is responsible for observing if a service is member of given conversation.

Return

Qualified ID of Service in User table or NULL.

Parameters

serviceId

contains service ID and Provider.

conversationId

ID of the conversation service will be seen, added or removed.

Inheritors

Functions

Link copied to clipboard
abstract suspend operator fun invoke(serviceId: <Error class: unknown class>, conversationId: <Error class: unknown class>): <Error class: unknown class><Either<StorageFailure, <Error class: unknown class>?>>