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
DBTEAMLOGContextLogInfoAnonymous
Swift
case anonymous = 0
-
Action was done on behalf of a non team member.
Declaration
Objective-C
DBTEAMLOGContextLogInfoNonTeamMember
Swift
case nonTeamMember = 1
-
Action was done on behalf of a team that’s part of an organization.
Declaration
Objective-C
DBTEAMLOGContextLogInfoOrganizationTeam
Swift
case organizationTeam = 2
-
Action was done on behalf of the team.
Declaration
Objective-C
DBTEAMLOGContextLogInfoTeam
Swift
case team = 3
-
Action was done on behalf of a team member.
Declaration
Objective-C
DBTEAMLOGContextLogInfoTeamMember
Swift
case teamMember = 4
-
Action was done on behalf of a trusted non team member.
Declaration
Objective-C
DBTEAMLOGContextLogInfoTrustedNonTeamMember
Swift
case trustedNonTeamMember = 5
-
(no description).
Declaration
Objective-C
DBTEAMLOGContextLogInfoOther
Swift
case other = 6