DBTEAMLOGShowcaseExternalSharingPolicyTag
Objective-C
enum DBTEAMLOGShowcaseExternalSharingPolicyTag : NSInteger {}
Swift
@frozen enum DBTEAMLOGShowcaseExternalSharingPolicyTag : Int, @unchecked Sendable
The DBTEAMLOGShowcaseExternalSharingPolicyTag enum type represents the
possible tag states with which the DBTEAMLOGShowcaseExternalSharingPolicy
union can exist.
-
(no description).
Declaration
Objective-C
DBTEAMLOGShowcaseExternalSharingPolicyDisabledSwift
case disabled = 0 -
(no description).
Declaration
Objective-C
DBTEAMLOGShowcaseExternalSharingPolicyEnabledSwift
case enabled = 1 -
(no description).
Declaration
Objective-C
DBTEAMLOGShowcaseExternalSharingPolicyOtherSwift
case other = 2
View on GitHub
DBTEAMLOGShowcaseExternalSharingPolicyTag Enumeration Reference