ReviewResult

data class ReviewResult(val starts: Double?, val commentary: String?)

Data representing the result of an user review

See also

Constructors

Link copied to clipboard
constructor(starts: Double?, commentary: String?)

Properties

Link copied to clipboard

The user commentary, null if ReviewConfig.starsState is State.DISABLED or the user didn't input a response when State.OPTIONAL

Link copied to clipboard

The user selected stars, null if ReviewConfig.starsState is State.DISABLED or the user didn't input a response when State.OPTIONAL