DonateScreenStrings

data class DonateScreenStrings(val title: String, val thanksTitle: String, val bottomTitle: String, val bottomSubtitle: String, val bottomEnding: String, val backContentDescription: String)(source)

Carries DonateScreenStrings data through the SDAI presentation layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(title: String, thanksTitle: String, bottomTitle: String, bottomSubtitle: String, bottomEnding: String, backContentDescription: String)

Properties

Link copied to clipboard

Exposes the backContentDescription value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the bottomEnding value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the bottomSubtitle value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the bottomTitle value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the thanksTitle value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the title value used by the SDAI presentation layer.