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
CBLFileSystemItemMutableRatingTypeNone
Swift
case none = 0
-
The item’s rating takes an ITPC-standard rating in the range 0…5.
Declaration
Objective-C
CBLFileSystemItemMutableRatingTypeIPTC
Swift
case IPTC = 1
-
The items’s rating is effectively boolean (or “starred”) in the range 0…1.
Declaration
Objective-C
CBLFileSystemItemMutableRatingTypeBoolean
Swift
case boolean = 2