Enumerations
The following enumerations are available globally.
-
An option for how to do comparisons between similar objects.
See moreDeclaration
Objective-C
enum IGListDiffOption : NSInteger {}
Swift
enum IGListDiffOption : Int, @unchecked Sendable
-
Bitmask-able options used for pre-release feature testing.
See moreDeclaration
Objective-C
enum IGListExperiment : NSInteger {}
Swift
struct IGListExperiment : OptionSet, @unchecked Sendable
-
The type of update that was performed by an
See moreIGListAdapter
.Declaration
Objective-C
enum IGListAdapterUpdateType : NSInteger {}
Swift
enum IGListAdapterUpdateType : Int, @unchecked Sendable