DBTEAMLOGFedAdminRoleTag
Objective-C
enum DBTEAMLOGFedAdminRoleTag : NSInteger {}
Swift
@frozen enum DBTEAMLOGFedAdminRoleTag : Int, @unchecked Sendable
The DBTEAMLOGFedAdminRoleTag
enum type represents the possible tag states
with which the DBTEAMLOGFedAdminRole
union can exist.
-
(no description).
Declaration
Objective-C
DBTEAMLOGFedAdminRoleEnterpriseAdmin
Swift
case enterpriseAdmin = 0
-
(no description).
Declaration
Objective-C
DBTEAMLOGFedAdminRoleNotEnterpriseAdmin
Swift
case notEnterpriseAdmin = 1
-
(no description).
Declaration
Objective-C
DBTEAMLOGFedAdminRoleOther
Swift
case other = 2