DefaultConnectToA1111UseCaseImpl

internal class DefaultConnectToA1111UseCaseImpl(val getConfigurationUseCase: GetConfigurationUseCase, val setServerConfigurationUseCase: SetServerConfigurationUseCase, val testConnectivityUseCase: TestConnectivityUseCase, val dataPreLoaderUseCase: DataPreLoaderUseCase) : ConnectToA1111UseCase(source)

Implements DefaultConnectToA1111UseCase behavior in the SDAI domain layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(getConfigurationUseCase: GetConfigurationUseCase, setServerConfigurationUseCase: SetServerConfigurationUseCase, testConnectivityUseCase: TestConnectivityUseCase, dataPreLoaderUseCase: DataPreLoaderUseCase)

Types

Link copied to clipboard
private object Companion

Provides the companion object singleton used by the SDAI domain layer.

Properties

Link copied to clipboard

Exposes the dataPreLoaderUseCase value used by the SDAI domain layer.

Link copied to clipboard

Exposes the getConfigurationUseCase value used by the SDAI domain layer.

Link copied to clipboard

Exposes the setServerConfigurationUseCase value used by the SDAI domain layer.

Link copied to clipboard

Exposes the testConnectivityUseCase value used by the SDAI domain layer.

Functions

Link copied to clipboard
open suspend operator override fun invoke(url: String, isDemo: Boolean, credentials: AuthorizationCredentials): Result<Unit>

Executes the invoke step in the SDAI domain layer.