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
DBTEAMLOGRewindPolicyAdminsOnly
Swift
case adminsOnly = 0
-
(no description).
Declaration
Objective-C
DBTEAMLOGRewindPolicyEveryone
Swift
case everyone = 1
-
(no description).
Declaration
Objective-C
DBTEAMLOGRewindPolicyOther
Swift
case other = 2