DBTEAMLOGContentPermanentDeletePolicyTag
Objective-C
enum DBTEAMLOGContentPermanentDeletePolicyTag : NSInteger {}
                Swift
@frozen enum DBTEAMLOGContentPermanentDeletePolicyTag : Int, @unchecked Sendable
                The DBTEAMLOGContentPermanentDeletePolicyTag enum type represents the
possible tag states with which the DBTEAMLOGContentPermanentDeletePolicy
union can exist.
- 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGContentPermanentDeletePolicyDisabledSwift
case disabled = 0 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGContentPermanentDeletePolicyEnabledSwift
case enabled = 1 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGContentPermanentDeletePolicyOtherSwift
case other = 2 
View on GitHub
        DBTEAMLOGContentPermanentDeletePolicyTag Enumeration Reference