DBTEAMLOGResellerRoleTag
Objective-C
enum DBTEAMLOGResellerRoleTag : NSInteger {}
Swift
@frozen enum DBTEAMLOGResellerRoleTag : Int, @unchecked Sendable
The DBTEAMLOGResellerRoleTag enum type represents the possible tag states
with which the DBTEAMLOGResellerRole union can exist.
-
(no description).
Declaration
Objective-C
DBTEAMLOGResellerRoleNotResellerSwift
case notReseller = 0 -
(no description).
Declaration
Objective-C
DBTEAMLOGResellerRoleResellerAdminSwift
case resellerAdmin = 1 -
(no description).
Declaration
Objective-C
DBTEAMLOGResellerRoleOtherSwift
case other = 2
View on GitHub
DBTEAMLOGResellerRoleTag Enumeration Reference