DBTEAMLOGRewindPolicyTag
Objective-C
enum DBTEAMLOGRewindPolicyTag : NSInteger {}
                Swift
@frozen enum DBTEAMLOGRewindPolicyTag : Int, @unchecked Sendable
                The DBTEAMLOGRewindPolicyTag enum type represents the possible tag states
with which the DBTEAMLOGRewindPolicy union can exist.
- 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGRewindPolicyAdminsOnlySwift
case adminsOnly = 0 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGRewindPolicyEveryoneSwift
case everyone = 1 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGRewindPolicyOtherSwift
case other = 2 
View on GitHub
        DBTEAMLOGRewindPolicyTag Enumeration Reference