Package-level declarations
Types
Link copied to clipboard
interface GetPersistentWebSocketStatus
Link copied to clipboard
internal class GetPersistentWebSocketStatusImpl(userId: <Error class: unknown class>, sessionRepository: SessionRepository) : GetPersistentWebSocketStatus
Link copied to clipboard
Observes the persistent web socket connection configuration status, for all accounts.
Link copied to clipboard
internal class ObservePersistentWebSocketConnectionStatusUseCaseImpl(sessionRepository: SessionRepository) : ObservePersistentWebSocketConnectionStatusUseCase
Link copied to clipboard
This use case is responsible for persisting the persistent web socket connection status of the current user.
Link copied to clipboard
internal class PersistPersistentWebSocketConnectionStatusUseCaseImpl(userId: <Error class: unknown class>, sessionRepository: SessionRepository) : PersistPersistentWebSocketConnectionStatusUseCase
Link copied to clipboard
Link copied to clipboard
interface SetPersistentWebSocketForAllUsersUseCase
This use case is responsible for setting the persistent web socket connection status for all users.
Link copied to clipboard
internal class SetPersistentWebSocketForAllUsersUseCaseImpl(sessionRepository: SessionRepository) : SetPersistentWebSocketForAllUsersUseCase