DBTEAMPOLICIESPaperDesktopPolicyTag
Objective-C
enum DBTEAMPOLICIESPaperDesktopPolicyTag : NSInteger {}
Swift
@frozen enum DBTEAMPOLICIESPaperDesktopPolicyTag : Int, @unchecked Sendable
The DBTEAMPOLICIESPaperDesktopPolicyTag enum type represents the possible
tag states with which the DBTEAMPOLICIESPaperDesktopPolicy union can
exist.
-
Do not allow team members to use Paper Desktop.
Declaration
Objective-C
DBTEAMPOLICIESPaperDesktopPolicyDisabledSwift
case disabled = 0 -
Allow team members to use Paper Desktop.
Declaration
Objective-C
DBTEAMPOLICIESPaperDesktopPolicyEnabledSwift
case enabled = 1 -
(no description).
Declaration
Objective-C
DBTEAMPOLICIESPaperDesktopPolicyOtherSwift
case other = 2
View on GitHub
DBTEAMPOLICIESPaperDesktopPolicyTag Enumeration Reference