DBTEAMLOGTeamMembershipTypeTag
Objective-C
enum DBTEAMLOGTeamMembershipTypeTag : NSInteger {}
Swift
@frozen enum DBTEAMLOGTeamMembershipTypeTag : Int, @unchecked Sendable
The DBTEAMLOGTeamMembershipTypeTag
enum type represents the possible tag
states with which the DBTEAMLOGTeamMembershipType
union can exist.
-
(no description).
Declaration
Objective-C
DBTEAMLOGTeamMembershipTypeFree
Swift
case free = 0
-
(no description).
Declaration
Objective-C
DBTEAMLOGTeamMembershipTypeFull
Swift
case full = 1
-
(no description).
Declaration
Objective-C
DBTEAMLOGTeamMembershipTypeGuest
Swift
case guest = 2
-
(no description).
Declaration
Objective-C
DBTEAMLOGTeamMembershipTypeOther
Swift
case other = 3