DBTEAMLOGContextLogInfoTag
Objective-C
enum DBTEAMLOGContextLogInfoTag : NSInteger {}
Swift
@frozen enum DBTEAMLOGContextLogInfoTag : Int, @unchecked Sendable
The DBTEAMLOGContextLogInfoTag enum type represents the possible tag
states with which the DBTEAMLOGContextLogInfo union can exist.
-
Anonymous context.
Declaration
Objective-C
DBTEAMLOGContextLogInfoAnonymousSwift
case anonymous = 0 -
Action was done on behalf of a non team member.
Declaration
Objective-C
DBTEAMLOGContextLogInfoNonTeamMemberSwift
case nonTeamMember = 1 -
Action was done on behalf of a team that’s part of an organization.
Declaration
Objective-C
DBTEAMLOGContextLogInfoOrganizationTeamSwift
case organizationTeam = 2 -
Action was done on behalf of the team.
Declaration
Objective-C
DBTEAMLOGContextLogInfoTeamSwift
case team = 3 -
Action was done on behalf of a team member.
Declaration
Objective-C
DBTEAMLOGContextLogInfoTeamMemberSwift
case teamMember = 4 -
Action was done on behalf of a trusted non team member.
Declaration
Objective-C
DBTEAMLOGContextLogInfoTrustedNonTeamMemberSwift
case trustedNonTeamMember = 5 -
(no description).
Declaration
Objective-C
DBTEAMLOGContextLogInfoOtherSwift
case other = 6
View on GitHub
DBTEAMLOGContextLogInfoTag Enumeration Reference