DBPAPERUserOnPaperDocFilterTag

Objective-C

enum DBPAPERUserOnPaperDocFilterTag : NSInteger {}

Swift

@frozen enum DBPAPERUserOnPaperDocFilterTag : Int, @unchecked Sendable

The DBPAPERUserOnPaperDocFilterTag enum type represents the possible tag states with which the DBPAPERUserOnPaperDocFilter union can exist.

  • all users who have visited the Paper doc.

    Declaration

    Objective-C

    DBPAPERUserOnPaperDocFilterVisited

    Swift

    case visited = 0
  • All uses who are shared on the Paper doc. This includes all users who have visited the Paper doc as well as those who have not.

    Declaration

    Objective-C

    DBPAPERUserOnPaperDocFilterShared

    Swift

    case shared = 1
  • (no description).

    Declaration

    Objective-C

    DBPAPERUserOnPaperDocFilterOther

    Swift

    case other = 2