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