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
DBTEAMLOGShowcaseExternalSharingPolicyDisabled
Swift
case disabled = 0
-
(no description).
Declaration
Objective-C
DBTEAMLOGShowcaseExternalSharingPolicyEnabled
Swift
case enabled = 1
-
(no description).
Declaration
Objective-C
DBTEAMLOGShowcaseExternalSharingPolicyOther
Swift
case other = 2