Enumerations

The following enumerations are available globally.

  • An option for how to do comparisons between similar objects.

    See more

    Declaration

    Objective-C

    enum IGListDiffOption : NSInteger {}

    Swift

    enum IGListDiffOption : Int, @unchecked Sendable
  • Bitmask-able options used for pre-release feature testing.

    See more

    Declaration

    Objective-C

    enum IGListExperiment : NSInteger {}

    Swift

    struct IGListExperiment : OptionSet, @unchecked Sendable
  • The type of update that was performed by an IGListAdapter.

    See more

    Declaration

    Objective-C

    enum IGListAdapterUpdateType : NSInteger {}

    Swift

    enum IGListAdapterUpdateType : Int, @unchecked Sendable