DBTEAMGroupSelectorTag
Objective-C
enum DBTEAMGroupSelectorTag : NSInteger {}
Swift
@frozen enum DBTEAMGroupSelectorTag : Int, @unchecked Sendable
The DBTEAMGroupSelectorTag
enum type represents the possible tag states
with which the DBTEAMGroupSelector
union can exist.
-
Group ID.
Declaration
Objective-C
DBTEAMGroupSelectorGroupId
Swift
case groupId = 0
-
External ID of the group.
Declaration
Objective-C
DBTEAMGroupSelectorGroupExternalId
Swift
case groupExternalId = 1