DBTEAMLOGFederationStatusChangeAdditionalInfoTag
Objective-C
enum DBTEAMLOGFederationStatusChangeAdditionalInfoTag : NSInteger {}
Swift
@frozen enum DBTEAMLOGFederationStatusChangeAdditionalInfoTag : Int, @unchecked Sendable
The DBTEAMLOGFederationStatusChangeAdditionalInfoTag enum type represents
the possible tag states with which the
DBTEAMLOGFederationStatusChangeAdditionalInfo union can exist.
-
The name of the team.
Declaration
Objective-C
DBTEAMLOGFederationStatusChangeAdditionalInfoConnectedTeamNameSwift
case connectedTeamName = 0 -
The email to which the request was sent.
Declaration
Objective-C
DBTEAMLOGFederationStatusChangeAdditionalInfoNonTrustedTeamDetailsSwift
case nonTrustedTeamDetails = 1 -
The name of the organization.
Declaration
Objective-C
DBTEAMLOGFederationStatusChangeAdditionalInfoOrganizationNameSwift
case organizationName = 2 -
(no description).
Declaration
Objective-C
DBTEAMLOGFederationStatusChangeAdditionalInfoOtherSwift
case other = 3
View on GitHub
DBTEAMLOGFederationStatusChangeAdditionalInfoTag Enumeration Reference