setUserRating

fun setUserRating(rating: Int, ratingComment: String = "")

Set user provided rating with an optional comment.

Parameters

rating

A number from 1 to 5. You can use it for a 5-stars rating system, or you can use 1 and 5 values only for a like/dislike type of a rating system

ratingComment

Simple string value, collecting user's "verbal" feedback