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
DBTEAMPOLICIESPaperEnabledPolicyDisabled
Swift
case disabled = 0
-
Paper is enabled.
Declaration
Objective-C
DBTEAMPOLICIESPaperEnabledPolicyEnabled
Swift
case enabled = 1
-
Unspecified policy.
Declaration
Objective-C
DBTEAMPOLICIESPaperEnabledPolicyUnspecified
Swift
case unspecified = 2
-
(no description).
Declaration
Objective-C
DBTEAMPOLICIESPaperEnabledPolicyOther
Swift
case other = 3