CBLFileSystemItemMutableRatingType
Objective-C
enum CBLFileSystemItemMutableRatingType : NSInteger {}
Swift
enum FileSystemItemMutableRatingType : Int, @unchecked Sendable
Describes the type of rating a particular filesystem item takes when changing the rating.
-
The item is not able to have its rating mutated.
Declaration
Objective-C
CBLFileSystemItemMutableRatingTypeNoneSwift
case none = 0 -
The item’s rating takes an ITPC-standard rating in the range 0…5.
Declaration
Objective-C
CBLFileSystemItemMutableRatingTypeIPTCSwift
case IPTC = 1 -
The items’s rating is effectively boolean (or “starred”) in the range 0…1.
Declaration
Objective-C
CBLFileSystemItemMutableRatingTypeBooleanSwift
case boolean = 2