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)