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
DBTEAMLOGPaperMemberPolicyAnyoneWithLinkSwift
case anyoneWithLink = 0 -
(no description).
Declaration
Objective-C
DBTEAMLOGPaperMemberPolicyOnlyTeamSwift
case onlyTeam = 1 -
(no description).
Declaration
Objective-C
DBTEAMLOGPaperMemberPolicyTeamAndExplicitlySharedSwift
case teamAndExplicitlyShared = 2 -
(no description).
Declaration
Objective-C
DBTEAMLOGPaperMemberPolicyOtherSwift
case other = 3
View on GitHub
DBTEAMLOGPaperMemberPolicyTag Enumeration Reference