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
DBTEAMPOLICIESShowcaseEnabledPolicyDisabled
Swift
case disabled = 0
-
Showcase is enabled.
Declaration
Objective-C
DBTEAMPOLICIESShowcaseEnabledPolicyEnabled
Swift
case enabled = 1
-
(no description).
Declaration
Objective-C
DBTEAMPOLICIESShowcaseEnabledPolicyOther
Swift
case other = 2