DBTEAMTeamMembershipTypeTag
Objective-C
enum DBTEAMTeamMembershipTypeTag : NSInteger {}
Swift
@frozen enum DBTEAMTeamMembershipTypeTag : Int, @unchecked Sendable
The DBTEAMTeamMembershipTypeTag enum type represents the possible tag
states with which the DBTEAMTeamMembershipType union can exist.
-
User uses a license and has full access to team resources like the shared quota.
Declaration
Objective-C
DBTEAMTeamMembershipTypeFullSwift
case full = 0 -
User does not have access to the shared quota and team admins have restricted administrative control.
Declaration
Objective-C
DBTEAMTeamMembershipTypeLimitedSwift
case limited = 1
View on GitHub
DBTEAMTeamMembershipTypeTag Enumeration Reference