setStarRatingTextTitle method
the shown title text for the star rating dialogs. Currently implemented for Android only
Implementation
CountlyConfig setStarRatingTextTitle(String starRatingTextTitle) {
_starRatingTextTitle = starRatingTextTitle;
return this;
}