TNEntityReview
@objcMembers
open class TNEntityReview : NSObject, Codable
Provide review details
-
Get information of the review provider.
Declaration
Swift
public var user: TNEntityReviewUser? -
Get labels for user review. (Optional)
Declaration
Swift
public var labels: [String]? -
Get review rating. (Optional)
Declaration
Swift
public var rating: TNEntityReviewRating? -
Get user input. (Optional)
Declaration
Swift
public var text: String? -
Get the millisecond timestamp of the review’s created time.
Declaration
Swift
public var createdTime: Int?
TNEntityReview Class Reference