ReportScreenContentState

data class ReportScreenContentState(val loading: Boolean = true, val imageBase64: String = "", val text: String = "", val reason: ReportReason = ReportReason.Other, val reportSent: Boolean = false)(source)

Carries ReportScreenContentState data through the SDAI presentation layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(loading: Boolean = true, imageBase64: String = "", text: String = "", reason: ReportReason = ReportReason.Other, reportSent: Boolean = false)

Properties

Link copied to clipboard

Exposes the imageBase64 value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the loading value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the reason value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the reportSent value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the text value used by the SDAI presentation layer.