DBTEAMPOLICIESGroupCreationTag
Objective-C
enum DBTEAMPOLICIESGroupCreationTag : NSInteger {}
Swift
@frozen enum DBTEAMPOLICIESGroupCreationTag : Int, @unchecked Sendable
The DBTEAMPOLICIESGroupCreationTag
enum type represents the possible tag
states with which the DBTEAMPOLICIESGroupCreation
union can exist.
-
Team admins and members can create groups.
Declaration
Objective-C
DBTEAMPOLICIESGroupCreationAdminsAndMembers
Swift
case adminsAndMembers = 0
-
Only team admins can create groups.
Declaration
Objective-C
DBTEAMPOLICIESGroupCreationAdminsOnly
Swift
case adminsOnly = 1