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
DBTEAMLOGContentPermanentDeletePolicyDisabled
Swift
case disabled = 0
-
(no description).
Declaration
Objective-C
DBTEAMLOGContentPermanentDeletePolicyEnabled
Swift
case enabled = 1
-
(no description).
Declaration
Objective-C
DBTEAMLOGContentPermanentDeletePolicyOther
Swift
case other = 2