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
DBTEAMLOGTwoAccountPolicyDisabledSwift
case disabled = 0 -
(no description).
Declaration
Objective-C
DBTEAMLOGTwoAccountPolicyEnabledSwift
case enabled = 1 -
(no description).
Declaration
Objective-C
DBTEAMLOGTwoAccountPolicyOtherSwift
case other = 2
View on GitHub
DBTEAMLOGTwoAccountPolicyTag Enumeration Reference