DBTEAMLOGPaperMemberPolicyTag
Objective-C
enum DBTEAMLOGPaperMemberPolicyTag : NSInteger {}
Swift
@frozen enum DBTEAMLOGPaperMemberPolicyTag : Int, @unchecked Sendable
The DBTEAMLOGPaperMemberPolicyTag
enum type represents the possible tag
states with which the DBTEAMLOGPaperMemberPolicy
union can exist.
-
(no description).
Declaration
Objective-C
DBTEAMLOGPaperMemberPolicyAnyoneWithLink
Swift
case anyoneWithLink = 0
-
(no description).
Declaration
Objective-C
DBTEAMLOGPaperMemberPolicyOnlyTeam
Swift
case onlyTeam = 1
-
(no description).
Declaration
Objective-C
DBTEAMLOGPaperMemberPolicyTeamAndExplicitlyShared
Swift
case teamAndExplicitlyShared = 2
-
(no description).
Declaration
Objective-C
DBTEAMLOGPaperMemberPolicyOther
Swift
case other = 3