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
DBTEAMLOGPaperDesktopPolicyDisabled
Swift
case disabled = 0
-
(no description).
Declaration
Objective-C
DBTEAMLOGPaperDesktopPolicyEnabled
Swift
case enabled = 1
-
(no description).
Declaration
Objective-C
DBTEAMLOGPaperDesktopPolicyOther
Swift
case other = 2