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)