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