ReportScreenStrings

data class ReportScreenStrings(val title: String, val done: String, val submit: String, val sent: String, val description: String, val backContentDescription: String, val sendContentDescription: String, val doneContentDescription: String, val imageContentDescription: String, val reasonInappropriateContent: String, val reasonViolence: String, val reasonHatefulSpeech: String, val reasonIntellectualProperty: String, val reasonAdultContent: String, val reasonOther: String)(source)

Carries ReportScreenStrings data through the SDAI presentation layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(title: String, done: String, submit: String, sent: String, description: String, backContentDescription: String, sendContentDescription: String, doneContentDescription: String, imageContentDescription: String, reasonInappropriateContent: String, reasonViolence: String, reasonHatefulSpeech: String, reasonIntellectualProperty: String, reasonAdultContent: String, reasonOther: String)

Properties

Link copied to clipboard

Exposes the backContentDescription value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the description value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the done value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the doneContentDescription value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the imageContentDescription value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the reasonAdultContent value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the reasonHatefulSpeech value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the reasonInappropriateContent value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the reasonIntellectualProperty value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the reasonOther value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the reasonViolence value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the sendContentDescription value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the sent value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the submit value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the title value used by the SDAI presentation layer.

Functions

Link copied to clipboard

Executes the label step in the SDAI presentation layer.