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
DBTEAMLOGResellerRoleNotReseller
Swift
case notReseller = 0
-
(no description).
Declaration
Objective-C
DBTEAMLOGResellerRoleResellerAdmin
Swift
case resellerAdmin = 1
-
(no description).
Declaration
Objective-C
DBTEAMLOGResellerRoleOther
Swift
case other = 2