DBTEAMLOGFedExtraDetailsTag
Objective-C
enum DBTEAMLOGFedExtraDetailsTag : NSInteger {}
Swift
@frozen enum DBTEAMLOGFedExtraDetailsTag : Int, @unchecked Sendable
The DBTEAMLOGFedExtraDetailsTag
enum type represents the possible tag
states with which the DBTEAMLOGFedExtraDetails
union can exist.
-
More details about the organization.
Declaration
Objective-C
DBTEAMLOGFedExtraDetailsOrganization
Swift
case organization = 0
-
More details about the team.
Declaration
Objective-C
DBTEAMLOGFedExtraDetailsTeam
Swift
case team = 1
-
(no description).
Declaration
Objective-C
DBTEAMLOGFedExtraDetailsOther
Swift
case other = 2