DBPAPERDocSubscriptionLevelTag
Objective-C
enum DBPAPERDocSubscriptionLevelTag : NSInteger {}
Swift
@frozen enum DBPAPERDocSubscriptionLevelTag : Int, @unchecked Sendable
The DBPAPERDocSubscriptionLevelTag enum type represents the possible tag
states with which the DBPAPERDocSubscriptionLevel union can exist.
-
No change email messages unless you’re the creator.
Declaration
Objective-C
DBPAPERDocSubscriptionLevelDefault_Swift
case default_ = 0 -
Ignored: Not shown in pad lists or activity and no email message is sent.
Declaration
Objective-C
DBPAPERDocSubscriptionLevelIgnoreSwift
case ignore = 1 -
Subscribed: Shown in pad lists and activity and change email messages are sent.
Declaration
Objective-C
DBPAPERDocSubscriptionLevelEverySwift
case every = 2 -
Unsubscribed: Shown in pad lists, but not in activity and no change email messages are sent.
Declaration
Objective-C
DBPAPERDocSubscriptionLevelNoEmailSwift
case noEmail = 3
View on GitHub
DBPAPERDocSubscriptionLevelTag Enumeration Reference