Rating
@objc(TNRating)
@objcMembers
public class Rating : NSObject, Codable
Undocumented
-
The scaled rating value belongs to the requested lower bound and upper bound.
Declaration
Swift
public let ratingScaled: Int -
factors of rating
Declaration
Swift
public let ratingFactors: [RatingFactor]? -
Undocumented
Declaration
Swift
public let ratingVersion: String? -
Undocumented
Declaration
Swift
public init(ratingScaled: Int, ratingFactors: [RatingFactor]?, ratingVersion: String?)
Rating Class Reference