DBTEAMLOGAccountCapturePolicyTag
Objective-C
enum DBTEAMLOGAccountCapturePolicyTag : NSInteger {}
                Swift
@frozen enum DBTEAMLOGAccountCapturePolicyTag : Int, @unchecked Sendable
                The DBTEAMLOGAccountCapturePolicyTag enum type represents the possible tag
states with which the DBTEAMLOGAccountCapturePolicy union can exist.
- 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGAccountCapturePolicyAllUsersSwift
case allUsers = 0 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGAccountCapturePolicyDisabledSwift
case disabled = 1 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGAccountCapturePolicyInvitedUsersSwift
case invitedUsers = 2 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGAccountCapturePolicyOtherSwift
case other = 3 
View on GitHub
        DBTEAMLOGAccountCapturePolicyTag Enumeration Reference