Package-level declarations
Types
Link copied to clipboard
interface ObserveReadReceiptsEnabledUseCase
UseCase that allow us to get the configuration of read receipts enabled or not
Link copied to clipboard
internal class ObserveReadReceiptsEnabledUseCaseImpl(val userPropertyRepository: UserPropertyRepository) : ObserveReadReceiptsEnabledUseCase
Link copied to clipboard
interface PersistReadReceiptsStatusConfigUseCase
UseCase that allow us to persist the configuration of read receipts to enabled or not
Link copied to clipboard
internal class PersistReadReceiptsStatusConfigUseCaseImpl(userPropertyRepository: UserPropertyRepository) : PersistReadReceiptsStatusConfigUseCase
Link copied to clipboard