DBTEAMLOGSharingMemberPolicyTag
Objective-C
enum DBTEAMLOGSharingMemberPolicyTag : NSInteger {}
                Swift
@frozen enum DBTEAMLOGSharingMemberPolicyTag : Int, @unchecked Sendable
                The DBTEAMLOGSharingMemberPolicyTag enum type represents the possible tag
states with which the DBTEAMLOGSharingMemberPolicy union can exist.
- 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGSharingMemberPolicyAllowSwift
case allow = 0 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGSharingMemberPolicyForbidSwift
case forbid = 1 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGSharingMemberPolicyForbidWithExclusionsSwift
case forbidWithExclusions = 2 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGSharingMemberPolicyOtherSwift
case other = 3 
View on GitHub
        DBTEAMLOGSharingMemberPolicyTag Enumeration Reference