DBTEAMLOGInviteMethodTag
Objective-C
enum DBTEAMLOGInviteMethodTag : NSInteger {}
Swift
@frozen enum DBTEAMLOGInviteMethodTag : Int, @unchecked Sendable
The DBTEAMLOGInviteMethodTag enum type represents the possible tag states
with which the DBTEAMLOGInviteMethod union can exist.
-
(no description).
Declaration
Objective-C
DBTEAMLOGInviteMethodAutoApproveSwift
case autoApprove = 0 -
(no description).
Declaration
Objective-C
DBTEAMLOGInviteMethodInviteLinkSwift
case inviteLink = 1 -
(no description).
Declaration
Objective-C
DBTEAMLOGInviteMethodMemberInviteSwift
case memberInvite = 2 -
(no description).
Declaration
Objective-C
DBTEAMLOGInviteMethodMovedFromAnotherTeamSwift
case movedFromAnotherTeam = 3 -
(no description).
Declaration
Objective-C
DBTEAMLOGInviteMethodOtherSwift
case other = 4
View on GitHub
DBTEAMLOGInviteMethodTag Enumeration Reference