ObserveSecurityClassificationLabelUseCaseImpl
internal class ObserveSecurityClassificationLabelUseCaseImpl(observeConversationMembers: ObserveConversationMembersUseCase, conversationRepository: ConversationRepository, userConfigRepository: UserConfigRepository) : ObserveSecurityClassificationLabelUseCase
Constructors
Link copied to clipboard
constructor(observeConversationMembers: ObserveConversationMembersUseCase, conversationRepository: ConversationRepository, userConfigRepository: UserConfigRepository)
Functions
Link copied to clipboard
open suspend operator override fun invoke(conversationId: <Error class: unknown class>): <Error class: unknown class><SecurityClassificationType>
Operation that lets compute if a given conversation conversationId in terms of compromising security or not. This will observe the conversation and its participants and will return a Flow of SecurityClassificationType