DBTEAMLOGTwoAccountPolicyTag
Objective-C
enum DBTEAMLOGTwoAccountPolicyTag : NSInteger {}
Swift
@frozen enum DBTEAMLOGTwoAccountPolicyTag : Int, @unchecked Sendable
The DBTEAMLOGTwoAccountPolicyTag
enum type represents the possible tag
states with which the DBTEAMLOGTwoAccountPolicy
union can exist.
-
(no description).
Declaration
Objective-C
DBTEAMLOGTwoAccountPolicyDisabled
Swift
case disabled = 0
-
(no description).
Declaration
Objective-C
DBTEAMLOGTwoAccountPolicyEnabled
Swift
case enabled = 1
-
(no description).
Declaration
Objective-C
DBTEAMLOGTwoAccountPolicyOther
Swift
case other = 2