DBTEAMLOGSharingLinkPolicyTag
Objective-C
enum DBTEAMLOGSharingLinkPolicyTag : NSInteger {}
Swift
@frozen enum DBTEAMLOGSharingLinkPolicyTag : Int, @unchecked Sendable
The DBTEAMLOGSharingLinkPolicyTag
enum type represents the possible tag
states with which the DBTEAMLOGSharingLinkPolicy
union can exist.
-
(no description).
Declaration
Objective-C
DBTEAMLOGSharingLinkPolicyDefaultNoOne
Swift
case defaultNoOne = 0
-
(no description).
Declaration
Objective-C
DBTEAMLOGSharingLinkPolicyDefaultPrivate
Swift
case defaultPrivate = 1
-
(no description).
Declaration
Objective-C
DBTEAMLOGSharingLinkPolicyDefaultPublic
Swift
case defaultPublic = 2
-
(no description).
Declaration
Objective-C
DBTEAMLOGSharingLinkPolicyOnlyPrivate
Swift
case onlyPrivate = 3
-
(no description).
Declaration
Objective-C
DBTEAMLOGSharingLinkPolicyOther
Swift
case other = 4