Translations

class Translations(oneStarSemantics: String? = null, twoStarSemantics: String? = null, threeStarSemantics: String? = null, fourStarSemantics: String? = null, fiveStarSemantics: String? = null)

Parameters

oneStarSemantics

a translated string used for semantics of the one star rating. If null or empty, no semantics will be set.

twoStarSemantics

a translated string used for semantics of the two star rating. If null or empty, no semantics will be set.

threeStarSemantics

a translated string used for semantics of the three star rating. If null or empty, no semantics will be set.

fourStarSemantics

a translated string used for semantics of the four star rating. If null or empty, no semantics will be set.

fiveStarSemantics

a translated string used for semantics of the five star rating. If null or empty, no semantics will be set.

Constructors

Link copied to clipboard
constructor(oneStarSemantics: String? = null, twoStarSemantics: String? = null, threeStarSemantics: String? = null, fourStarSemantics: String? = null, fiveStarSemantics: String? = null)