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
DBTEAMLOGSharingMemberPolicyAllow
Swift
case allow = 0
-
(no description).
Declaration
Objective-C
DBTEAMLOGSharingMemberPolicyForbid
Swift
case forbid = 1
-
(no description).
Declaration
Objective-C
DBTEAMLOGSharingMemberPolicyForbidWithExclusions
Swift
case forbidWithExclusions = 2
-
(no description).
Declaration
Objective-C
DBTEAMLOGSharingMemberPolicyOther
Swift
case other = 3