DBTEAMGroupsSelectorTag
Objective-C
enum DBTEAMGroupsSelectorTag : NSInteger {}
Swift
@frozen enum DBTEAMGroupsSelectorTag : Int, @unchecked Sendable
The DBTEAMGroupsSelectorTag
enum type represents the possible tag states
with which the DBTEAMGroupsSelector
union can exist.
-
List of group IDs.
Declaration
Objective-C
DBTEAMGroupsSelectorGroupIds
Swift
case groupIds = 0
-
List of external IDs of groups.
Declaration
Objective-C
DBTEAMGroupsSelectorGroupExternalIds
Swift
case groupExternalIds = 1