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
DBTEAMGroupsSelectorGroupIdsSwift
case groupIds = 0 -
List of external IDs of groups.
Declaration
Objective-C
DBTEAMGroupsSelectorGroupExternalIdsSwift
case groupExternalIds = 1
View on GitHub
DBTEAMGroupsSelectorTag Enumeration Reference