DBTEAMLOGMemberStatusTag
Objective-C
enum DBTEAMLOGMemberStatusTag : NSInteger {}
Swift
@frozen enum DBTEAMLOGMemberStatusTag : Int, @unchecked Sendable
The DBTEAMLOGMemberStatusTag
enum type represents the possible tag states
with which the DBTEAMLOGMemberStatus
union can exist.
-
(no description).
Declaration
Objective-C
DBTEAMLOGMemberStatusActive
Swift
case active = 0
-
(no description).
Declaration
Objective-C
DBTEAMLOGMemberStatusInvited
Swift
case invited = 1
-
(no description).
Declaration
Objective-C
DBTEAMLOGMemberStatusMovedToAnotherTeam
Swift
case movedToAnotherTeam = 2
-
(no description).
Declaration
Objective-C
DBTEAMLOGMemberStatusNotJoined
Swift
case notJoined = 3
-
(no description).
Declaration
Objective-C
DBTEAMLOGMemberStatusRemoved
Swift
case removed = 4
-
(no description).
Declaration
Objective-C
DBTEAMLOGMemberStatusSuspended
Swift
case suspended = 5
-
(no description).
Declaration
Objective-C
DBTEAMLOGMemberStatusOther
Swift
case other = 6