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
DBTEAMLOGFedAdminRoleEnterpriseAdminSwift
case enterpriseAdmin = 0 -
(no description).
Declaration
Objective-C
DBTEAMLOGFedAdminRoleNotEnterpriseAdminSwift
case notEnterpriseAdmin = 1 -
(no description).
Declaration
Objective-C
DBTEAMLOGFedAdminRoleOtherSwift
case other = 2
View on GitHub
DBTEAMLOGFedAdminRoleTag Enumeration Reference