DBTEAMGroupsGetInfoItemTag
Objective-C
enum DBTEAMGroupsGetInfoItemTag : NSInteger {}
Swift
@frozen enum DBTEAMGroupsGetInfoItemTag : Int, @unchecked Sendable
The DBTEAMGroupsGetInfoItemTag enum type represents the possible tag
states with which the DBTEAMGroupsGetInfoItem union can exist.
-
An ID that was provided as a parameter to
groupsGetInfo, and did not match a corresponding group. The ID can be a group ID, or an external ID, depending on how the method was called.Declaration
Objective-C
DBTEAMGroupsGetInfoItemIdNotFoundSwift
case idNotFound = 0 -
Info about a group.
Declaration
Objective-C
DBTEAMGroupsGetInfoItemGroupInfoSwift
case groupInfo = 1
View on GitHub
DBTEAMGroupsGetInfoItemTag Enumeration Reference