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
DBTEAMGroupSelectorGroupIdSwift
case groupId = 0 -
External ID of the group.
Declaration
Objective-C
DBTEAMGroupSelectorGroupExternalIdSwift
case groupExternalId = 1
View on GitHub
DBTEAMGroupSelectorTag Enumeration Reference