DBTEAMLOGPaperDesktopPolicyTag
Objective-C
enum DBTEAMLOGPaperDesktopPolicyTag : NSInteger {}
Swift
@frozen enum DBTEAMLOGPaperDesktopPolicyTag : Int, @unchecked Sendable
The DBTEAMLOGPaperDesktopPolicyTag enum type represents the possible tag
states with which the DBTEAMLOGPaperDesktopPolicy union can exist.
-
(no description).
Declaration
Objective-C
DBTEAMLOGPaperDesktopPolicyDisabledSwift
case disabled = 0 -
(no description).
Declaration
Objective-C
DBTEAMLOGPaperDesktopPolicyEnabledSwift
case enabled = 1 -
(no description).
Declaration
Objective-C
DBTEAMLOGPaperDesktopPolicyOtherSwift
case other = 2
View on GitHub
DBTEAMLOGPaperDesktopPolicyTag Enumeration Reference