Package-level declarations
Types
Link copied to clipboard
interface ObserveTypingIndicatorEnabledUseCase
UseCase allowing to observe changes of the global configuration flag regarding User Typing Indicator feature
Link copied to clipboard
internal class ObserveTypingIndicatorEnabledUseCaseImpl(val userPropertyRepository: UserPropertyRepository) : ObserveTypingIndicatorEnabledUseCase
Link copied to clipboard
UseCase allowing to persist the global configuration flag regarding User Typing Indicator feature
Link copied to clipboard
internal class PersistTypingIndicatorStatusConfigUseCaseImpl(userPropertyRepository: UserPropertyRepository) : PersistTypingIndicatorStatusConfigUseCase
Link copied to clipboard