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
DBTEAMLOGFedHandshakeActionAcceptedInvite
Swift
case acceptedInvite = 0
-
(no description).
Declaration
Objective-C
DBTEAMLOGFedHandshakeActionCanceledInvite
Swift
case canceledInvite = 1
-
(no description).
Declaration
Objective-C
DBTEAMLOGFedHandshakeActionInviteExpired
Swift
case inviteExpired = 2
-
(no description).
Declaration
Objective-C
DBTEAMLOGFedHandshakeActionInvited
Swift
case invited = 3
-
(no description).
Declaration
Objective-C
DBTEAMLOGFedHandshakeActionRejectedInvite
Swift
case rejectedInvite = 4
-
(no description).
Declaration
Objective-C
DBTEAMLOGFedHandshakeActionRemovedTeam
Swift
case removedTeam = 5
-
(no description).
Declaration
Objective-C
DBTEAMLOGFedHandshakeActionOther
Swift
case other = 6