DBTEAMMembersGetInfoItemTag
Objective-C
enum DBTEAMMembersGetInfoItemTag : NSInteger {}
Swift
@frozen enum DBTEAMMembersGetInfoItemTag : Int, @unchecked Sendable
The DBTEAMMembersGetInfoItemTag
enum type represents the possible tag
states with which the DBTEAMMembersGetInfoItem
union can exist.
-
An ID that was provided as a parameter to
membersGetInfo
ormembersGetInfo
, and did not match a corresponding user. This might be a team_member_id, an email, or an external ID, depending on how the method was called.Declaration
Objective-C
DBTEAMMembersGetInfoItemIdNotFound
Swift
case idNotFound = 0
-
Info about a team member.
Declaration
Objective-C
DBTEAMMembersGetInfoItemMemberInfo
Swift
case memberInfo = 1