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
DBTEAMLOGFederationStatusChangeAdditionalInfoConnectedTeamName
Swift
case connectedTeamName = 0
-
The email to which the request was sent.
Declaration
Objective-C
DBTEAMLOGFederationStatusChangeAdditionalInfoNonTrustedTeamDetails
Swift
case nonTrustedTeamDetails = 1
-
The name of the organization.
Declaration
Objective-C
DBTEAMLOGFederationStatusChangeAdditionalInfoOrganizationName
Swift
case organizationName = 2
-
(no description).
Declaration
Objective-C
DBTEAMLOGFederationStatusChangeAdditionalInfoOther
Swift
case other = 3