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
DBTEAMLOGInviteMethodAutoApprove
Swift
case autoApprove = 0
-
(no description).
Declaration
Objective-C
DBTEAMLOGInviteMethodInviteLink
Swift
case inviteLink = 1
-
(no description).
Declaration
Objective-C
DBTEAMLOGInviteMethodMemberInvite
Swift
case memberInvite = 2
-
(no description).
Declaration
Objective-C
DBTEAMLOGInviteMethodMovedFromAnotherTeam
Swift
case movedFromAnotherTeam = 3
-
(no description).
Declaration
Objective-C
DBTEAMLOGInviteMethodOther
Swift
case other = 4