ZendriveStarRating
enum ZendriveStarRating : int {}
Zendrive follows the star rating system, under which five star defined as the best rating with one being the worst.
-
Indicates worst rating.
Declaration
Objective-C
ZendriveStarRatingOne = 1
-
Indicates bad rating.
Declaration
Objective-C
ZendriveStarRatingTwo = 2
-
Indicates an average rating.
Declaration
Objective-C
ZendriveStarRatingThree = 3
-
Indicates good rating.
Declaration
Objective-C
ZendriveStarRatingFour = 4
-
Indicates best rating.
Declaration
Objective-C
ZendriveStarRatingFive = 5
-
Reported when rating is absent.
Declaration
Objective-C
ZendriveStarRatingNA = -1