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