DBTEAMPOLICIESPaperEnabledPolicyTag
Objective-C
enum DBTEAMPOLICIESPaperEnabledPolicyTag : NSInteger {}
Swift
@frozen enum DBTEAMPOLICIESPaperEnabledPolicyTag : Int, @unchecked Sendable
The DBTEAMPOLICIESPaperEnabledPolicyTag enum type represents the possible
tag states with which the DBTEAMPOLICIESPaperEnabledPolicy union can
exist.
-
Paper is disabled.
Declaration
Objective-C
DBTEAMPOLICIESPaperEnabledPolicyDisabledSwift
case disabled = 0 -
Paper is enabled.
Declaration
Objective-C
DBTEAMPOLICIESPaperEnabledPolicyEnabledSwift
case enabled = 1 -
Unspecified policy.
Declaration
Objective-C
DBTEAMPOLICIESPaperEnabledPolicyUnspecifiedSwift
case unspecified = 2 -
(no description).
Declaration
Objective-C
DBTEAMPOLICIESPaperEnabledPolicyOtherSwift
case other = 3
View on GitHub
DBTEAMPOLICIESPaperEnabledPolicyTag Enumeration Reference