DBTEAMPOLICIESShowcaseEnabledPolicyTag
Objective-C
enum DBTEAMPOLICIESShowcaseEnabledPolicyTag : NSInteger {}
Swift
@frozen enum DBTEAMPOLICIESShowcaseEnabledPolicyTag : Int, @unchecked Sendable
The DBTEAMPOLICIESShowcaseEnabledPolicyTag enum type represents the
possible tag states with which the DBTEAMPOLICIESShowcaseEnabledPolicy
union can exist.
-
Showcase is disabled.
Declaration
Objective-C
DBTEAMPOLICIESShowcaseEnabledPolicyDisabledSwift
case disabled = 0 -
Showcase is enabled.
Declaration
Objective-C
DBTEAMPOLICIESShowcaseEnabledPolicyEnabledSwift
case enabled = 1 -
(no description).
Declaration
Objective-C
DBTEAMPOLICIESShowcaseEnabledPolicyOtherSwift
case other = 2
View on GitHub
DBTEAMPOLICIESShowcaseEnabledPolicyTag Enumeration Reference