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
DBPAPERDocSubscriptionLevelIgnore
Swift
case ignore = 1
-
Subscribed: Shown in pad lists and activity and change email messages are sent.
Declaration
Objective-C
DBPAPERDocSubscriptionLevelEvery
Swift
case every = 2
-
Unsubscribed: Shown in pad lists, but not in activity and no change email messages are sent.
Declaration
Objective-C
DBPAPERDocSubscriptionLevelNoEmail
Swift
case noEmail = 3