SyncConversationCodeUseCase

class SyncConversationCodeUseCase(conversationGroupRepository: ConversationGroupRepository, serverConfigLinks: ServerConfig.Links)

Use case to sync the conversation code. This use case is used to update the conversation code in the database.

Constructors

Link copied to clipboard
constructor(conversationGroupRepository: ConversationGroupRepository, serverConfigLinks: ServerConfig.Links)

Functions

Link copied to clipboard
suspend operator fun invoke(conversationId: <Error class: unknown class>)