//Granify Android SDK/com.granifyinc.granifysdk.models/ProductReviews
ProductReviews
[androidJvm]
open class ProductReviews
Contains product review and rating information.
Constructors
| ProductReviews | [androidJvm] constructor(rating: Double?, ratingScale: Range<Double>?, reviewCount: UInt?) |
Properties
| Name | Summary |
|---|---|
| rating | [androidJvm] val rating: Double? The product rating. |
| ratingScale | [androidJvm] val ratingScale: Range<Double>? The allowable rating range. |
| reviewCount | [androidJvm] val reviewCount: UInt? The number of reviews. |
Functions
| Name | Summary |
|---|---|
| toString | [androidJvm] open override fun toString(): String |