ServerSetupValidationResult

internal data class ServerSetupValidationResult(val isValid: Boolean, val state: ServerSetupState)(source)

Carries ServerSetupValidationResult data through the SDAI presentation layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(isValid: Boolean, state: ServerSetupState)

Properties

Link copied to clipboard

Exposes the isValid value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the state value used by the SDAI presentation layer.