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