ObserveSeverConnectivityUseCaseImpl

Implements ObserveSeverConnectivityUseCase behavior in the SDAI domain layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(serverConnectivityGateway: ServerConnectivityGateway)

Properties

Link copied to clipboard

Exposes the serverConnectivityGateway value used by the SDAI domain layer.

Functions

Link copied to clipboard
open operator override fun invoke(): Flow<Boolean>

Executes the invoke step in the SDAI domain layer.