DBTEAMLOGFedHandshakeActionTag
Objective-C
enum DBTEAMLOGFedHandshakeActionTag : NSInteger {}
Swift
@frozen enum DBTEAMLOGFedHandshakeActionTag : Int, @unchecked Sendable
The DBTEAMLOGFedHandshakeActionTag enum type represents the possible tag
states with which the DBTEAMLOGFedHandshakeAction union can exist.
-
(no description).
Declaration
Objective-C
DBTEAMLOGFedHandshakeActionAcceptedInviteSwift
case acceptedInvite = 0 -
(no description).
Declaration
Objective-C
DBTEAMLOGFedHandshakeActionCanceledInviteSwift
case canceledInvite = 1 -
(no description).
Declaration
Objective-C
DBTEAMLOGFedHandshakeActionInviteExpiredSwift
case inviteExpired = 2 -
(no description).
Declaration
Objective-C
DBTEAMLOGFedHandshakeActionInvitedSwift
case invited = 3 -
(no description).
Declaration
Objective-C
DBTEAMLOGFedHandshakeActionRejectedInviteSwift
case rejectedInvite = 4 -
(no description).
Declaration
Objective-C
DBTEAMLOGFedHandshakeActionRemovedTeamSwift
case removedTeam = 5 -
(no description).
Declaration
Objective-C
DBTEAMLOGFedHandshakeActionOtherSwift
case other = 6
View on GitHub
DBTEAMLOGFedHandshakeActionTag Enumeration Reference