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
DBTEAMLOGShowcaseDownloadPolicyDisabledSwift
case disabled = 0 -
(no description).
Declaration
Objective-C
DBTEAMLOGShowcaseDownloadPolicyEnabledSwift
case enabled = 1 -
(no description).
Declaration
Objective-C
DBTEAMLOGShowcaseDownloadPolicyOtherSwift
case other = 2
View on GitHub
DBTEAMLOGShowcaseDownloadPolicyTag Enumeration Reference