DBTEAMLOGShowcaseDownloadPolicyTag
Objective-C
enum DBTEAMLOGShowcaseDownloadPolicyTag : NSInteger {}
Swift
@frozen enum DBTEAMLOGShowcaseDownloadPolicyTag : Int, @unchecked Sendable
The DBTEAMLOGShowcaseDownloadPolicyTag
enum type represents the possible
tag states with which the DBTEAMLOGShowcaseDownloadPolicy
union can exist.
-
(no description).
Declaration
Objective-C
DBTEAMLOGShowcaseDownloadPolicyDisabled
Swift
case disabled = 0
-
(no description).
Declaration
Objective-C
DBTEAMLOGShowcaseDownloadPolicyEnabled
Swift
case enabled = 1
-
(no description).
Declaration
Objective-C
DBTEAMLOGShowcaseDownloadPolicyOther
Swift
case other = 2